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
Fix documentation for setting TORCH_CUDA_ARCH_LIST (#328)
1. Quotes are required for the `TORCH_CUDA_ARCH_LIST` so bash doesn't
only pick up the first arch. Add that to the `-h` printout for
`./build.sh`.
2. Update the README to use `--cuda-arch-list` instead of setting
`TORCH_CUDA_ARCH_LIST`.
---------
Signed-off-by: Matthew Cong <mcong@nvidia.com>
In order to extract an artifact from the container such as the Python wheel, query the container ID using `docker ps` and copy the artifact using `docker cp`.
@@ -126,7 +125,7 @@ Using a Python virtual environment enables you to use your system provided compi
Note: adjust the TORCH_CUDA_ARCH_LIST to suit your needs. If you are building just to run on a single machine, including only the present GPU architecture(s) reduces build time.
0 commit comments