Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guanhuawang/apex-install


https://github.com/guanhuawang/apex-install

Last synced: 18 days ago
JSON representation

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" ./
```