Merge branch 'develop' into nightly.spacy.io

This commit is contained in:
Ines Montani 2020-10-15 23:39:14 +02:00
commit cec035830f

View File

@ -216,7 +216,7 @@ in `/opt/nvidia/cuda`, you would run:
```bash ```bash
### Installation with CUDA ### Installation with CUDA
$ export CUDA_PATH="/opt/nvidia/cuda" $ export CUDA_PATH="/opt/nvidia/cuda"
$ pip install -U %%SPACY_PKG_NAME[cud102,transformers]%%SPACY_PKG_FLAGS $ pip install -U %%SPACY_PKG_NAME[cuda102,transformers]%%SPACY_PKG_FLAGS
``` ```
### Runtime usage {#transformers-runtime} ### Runtime usage {#transformers-runtime}