Created
December 2, 2019 18:07
-
-
Save rohit-gupta/ed9d73bd7346b0001680d1987427ec66 to your computer and use it in GitHub Desktop.
Install Nvidia Apex library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pascal Titan X, Titan Xp, 1080Ti, 1080, 1070Ti, 1070 ... = 6.1 | |
# Volta Titan V = 7.0 | |
# Turing Titan RTX, 2080Ti ... = 7.5 | |
export TORCH_CUDA_ARCH_LIST="6.1;7.0;7.5" # Pascal, Volta and Turing on CRCV Cluster | |
git clone https://github.com/NVIDIA/apex | |
cd apex | |
pip install --upgrade --force-reinstall -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment