You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add a list of install options
Signed-off-by: Masaki Kozuki <[email protected]>
* verbose about `fused_layer_norm_cuda` and `fast_layer_norm`
Signed-off-by: Masaki Kozuki <[email protected]>
Note that we recommend restoring the model using the same `opt_level`. Also note that we recommend calling the `load_state_dict` methods after `amp.initialize`.
104
104
105
105
# Installation
106
+
Each [`apex.contrib`](./apex/contrib) module requires one or more install options other than `--cpp_ext` and `--cuda_ext`.
107
+
Note that contrib modules do not necessarily support stable PyTorch releases.
106
108
107
109
## Containers
108
110
NVIDIA PyTorch Containers are available on NGC: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch.
0 commit comments