https://github.com/guanhuawang/apex-install
https://github.com/guanhuawang/apex-install
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guanhuawang/apex-install
- Owner: GuanhuaWang
- Created: 2020-11-17T01:33:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T01:39:57.000Z (over 4 years ago)
- Last Synced: 2025-02-08T09:11:43.909Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apex-install
## AWS Environment
AMI: Deep Learning AMI (Ubuntu 18.04) Version 36.0
PyTorch 1.7, Python3.7, CUDA 11.0
## Apex install
```
pip uninstall apex
git clone https://www.github.com/nvidia/apex
cd apex
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
```