"vscode:/vscode.git/clone" did not exist on "e6faf607f71b86bf210cc4eca06555304f445611"
Unverified Commit 8cf5ae61 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

remove noise pip-version-check noise that hides the outcome of the build (#998)

parent 8a80d478
...@@ -124,12 +124,12 @@ CUDA and C++ extensions via ...@@ -124,12 +124,12 @@ CUDA and C++ extensions via
``` ```
$ git clone https://github.com/NVIDIA/apex $ git clone https://github.com/NVIDIA/apex
$ cd 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 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: A Python-only build omits:
- Fused kernels required to use `apex.optimizers.FusedAdam`. - Fused kernels required to use `apex.optimizers.FusedAdam`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment