mirror of https://github.com/explosion/spaCy.git
Update index.md [ci skip]
This commit is contained in:
parent
1aa2d4dac9
commit
400257a802
|
@ -124,9 +124,8 @@ interface for GPU arrays.
|
||||||
spaCy can be installed on GPU by specifying `spacy[cuda]`, `spacy[cuda90]`,
|
spaCy can be installed on GPU by specifying `spacy[cuda]`, `spacy[cuda90]`,
|
||||||
`spacy[cuda91]`, `spacy[cuda92]` or `spacy[cuda100]`. If you know your cuda
|
`spacy[cuda91]`, `spacy[cuda92]` or `spacy[cuda100]`. If you know your cuda
|
||||||
version, using the more explicit specifier allows cupy to be installed via
|
version, using the more explicit specifier allows cupy to be installed via
|
||||||
wheel, saving some compilation time. The specifiers should install two
|
wheel, saving some compilation time. The specifiers should install
|
||||||
libraries: [`cupy`](https://cupy.chainer.org) and
|
[`cupy`](https://cupy.chainer.org).
|
||||||
[`thinc_gpu_ops`](https://github.com/explosion/thinc_gpu_ops).
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install -U spacy[cuda92]
|
$ pip install -U spacy[cuda92]
|
||||||
|
|
Loading…
Reference in New Issue