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
8fff447e
Unverified
Commit
8fff447e
authored
May 29, 2020
by
Chaitanya Sri Krishna Lolla
Committed by
GitHub
May 29, 2020
Browse files
Update ReadMe
parent
979551d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+6
-5
No files found.
README.md
View file @
8fff447e
...
@@ -115,17 +115,18 @@ It's often convenient to use Apex in Docker containers. Compatible options incl
...
@@ -115,17 +115,18 @@ It's often convenient to use Apex in Docker containers. Compatible options incl
See the
[
Docker example folder
](
https://github.com/NVIDIA/apex/tree/master/examples/docker
)
for details.
See the
[
Docker example folder
](
https://github.com/NVIDIA/apex/tree/master/examples/docker
)
for details.
## On ROCm:
*
Python 3.6
*
Pytorch 1.5 or newer, The HIPExtensions require 1.5 or newer.
*
We recommend follow the instructions from
[
ROCm-Pytorch
](
https://github.com/ROCmSoftwarePlatform/pytorch
)
to install pytorch on ROCm.
# Quick Start
# Quick Start
### Rocm
### Rocm
Apex on ROCm supports both python only build and extension build.
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.
Note: Pytorch version recommended is >=1.5 for extension build.
### To install using python only build use the following:
### To install using python only build use the following
command in apex folder
:
```
```
python3.6 setup.py install
python3.6 setup.py install
```
```
...
...
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