Skip to content

Instantly share code, notes, and snippets.

@zjplab
Created December 17, 2019 17:05
Show Gist options
  • Save zjplab/4de72787828688dc4681a021ea9c2420 to your computer and use it in GitHub Desktop.
Save zjplab/4de72787828688dc4681a021ea9c2420 to your computer and use it in GitHub Desktop.
Install Nvida Apex
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