Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
325246e4
Unverified
Commit
325246e4
authored
Oct 29, 2021
by
Peng
Committed by
GitHub
Oct 29, 2021
Browse files
Update README.md
parent
297ab210
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
325246e4
...
...
@@ -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:
```
python
3.6
setup.py install
python setup.py install
```
### To install using extensions enabled use the following command in apex folder:
```
python
3.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
```
pip
3.6
install ninja
pip
3.6
install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git'
pip install ninja
pip install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git'
```
### Linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment