Created
December 17, 2019 17:05
-
-
Save zjplab/4de72787828688dc4681a021ea9c2420 to your computer and use it in GitHub Desktop.
Install Nvida Apex
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
pip uninstall apex -y | |
git clone https://github.com/NVIDIA/apex | |
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./apex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment