mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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
|
||||
| spaCy can be installed on GPU by specifying #[code spacy[cuda]],
|
||||
| #[code spacy[cuda90]], #[code spacy[cuda91]], #[code spacy[cuda92]] or
|
||||
| #[code spacy[cuda10]]. If you know your cuda version, using the more
|
||||
| #[code spacy[cuda90]], #[code spacy[cuda91]] or #[code spacy[cuda92]].
|
||||
| If you know your cuda version, using the more
|
||||
| explicit specifier allows cupy to be installed via wheel, saving some
|
||||
| compilation time. The specifiers should install two libraries:
|
||||
| #[+a("https://cupy.chainer.org") #[code cupy]] and
|
||||
|
|
Loading…
Reference in New Issue
Block a user