mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Remove reference to cuda10 in docs (closes #2894) [ci skip]
This commit is contained in:
parent
9c8c4287bf
commit
27905a7b14
|
@ -91,8 +91,8 @@ p
|
||||||
|
|
||||||
p
|
p
|
||||||
| spaCy can be installed on GPU by specifying #[code spacy[cuda]],
|
| spaCy can be installed on GPU by specifying #[code spacy[cuda]],
|
||||||
| #[code spacy[cuda90]], #[code spacy[cuda91]], #[code spacy[cuda92]] or
|
| #[code spacy[cuda90]], #[code spacy[cuda91]] or #[code spacy[cuda92]].
|
||||||
| #[code spacy[cuda10]]. If you know your cuda version, using the more
|
| If you know your cuda version, using the more
|
||||||
| explicit specifier allows cupy to be installed via wheel, saving some
|
| explicit specifier allows cupy to be installed via wheel, saving some
|
||||||
| compilation time. The specifiers should install two libraries:
|
| compilation time. The specifiers should install two libraries:
|
||||||
| #[+a("https://cupy.chainer.org") #[code cupy]] and
|
| #[+a("https://cupy.chainer.org") #[code cupy]] and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user