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
8cf5ae61
Unverified
Commit
8cf5ae61
authored
Dec 04, 2020
by
Stas Bekman
Committed by
GitHub
Dec 04, 2020
Browse files
remove noise pip-version-check noise that hides the outcome of the build (#998)
parent
8a80d478
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 @
8cf5ae61
...
...
@@ -124,12 +124,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
--disable-pip-version-check
--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
--disable-pip-version-check
--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