Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guanhuawang/apex-install
https://github.com/guanhuawang/apex-install
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guanhuawang/apex-install
- Owner: GuanhuaWang
- Created: 2020-11-17T01:33:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T01:39:57.000Z (about 4 years ago)
- Last Synced: 2024-10-28T06:11:49.967Z (2 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" ./
```