Unverified Commit 325246e4 authored by Peng's avatar Peng Committed by GitHub
Browse files

Update README.md

parent 297ab210
...@@ -129,18 +129,18 @@ Note: Pytorch version recommended is >=1.5 for extension build. ...@@ -129,18 +129,18 @@ Note: Pytorch version recommended is >=1.5 for extension build.
### To install using python only build use the following command in apex folder: ### To install using python only build use the following command in apex folder:
``` ```
python3.6 setup.py install python setup.py install
``` ```
### To install using extensions enabled use the following command in apex folder: ### To install using extensions enabled use the following command in apex folder:
``` ```
python3.6 setup.py install --cpp_ext --cuda_ext python setup.py install --cpp_ext --cuda_ext
``` ```
### To install Apex on ROCm using ninja and without cloning the source ### To install Apex on ROCm using ninja and without cloning the source
``` ```
pip3.6 install ninja pip install ninja
pip3.6 install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git' pip install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git'
``` ```
### Linux ### Linux
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment