Fix typo [ci skip]

This commit is contained in:
Ines Montani 2020-10-15 23:39:04 +02:00
parent 32dc4f4796
commit ba1e004049
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ in `/opt/nvidia/cuda`, you would run:
```bash
### Installation with 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}