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
979551d8
Commit
979551d8
authored
May 29, 2020
by
lcskrishna
Browse files
update readme
parent
38ade0a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
README.md
README.md
+18
-0
No files found.
README.md
View file @
979551d8
...
...
@@ -117,6 +117,24 @@ See the [Docker example folder](https://github.com/NVIDIA/apex/tree/master/examp
# Quick Start
### Rocm
Apex on ROCm supports both python only build and extension build.
Pre-requisites:
*
Pytorch installed on ROCm.
Note: Pytorch version recommended is >=1.5 for extension build.
### To install using python only build use the following:
```
python3.6 setup.py install
```
### To install using extensions enabled use the following command in apex folder:
```
python3.6 setup.py install --cpp_ext --cuda_ext
```
### Linux
For performance and full functionality, we recommend installing Apex with
...
...
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