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
f17cd953
Unverified
Commit
f17cd953
authored
Jun 24, 2019
by
mcarilli
Committed by
GitHub
Jun 24, 2019
Browse files
Update README.md
parent
ca35aa79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
f17cd953
...
...
@@ -80,12 +80,12 @@ CUDA and C++ extensions via
```
$ git clone https://github.com/NVIDIA/apex
$ cd apex
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" .
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" .
/
```
Apex also supports a Python-only build (required with Pytorch 0.4) via
```
$ pip install -v --no-cache-dir .
$ pip install -v --no-cache-dir .
/
```
A Python-only build omits:
-
Fused kernels required to use
`apex.optimizers.FusedAdam`
.
...
...
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