Remove reference to cuda10 in docs (closes #2894) [ci skip]

This commit is contained in:
Ines Montani 2018-12-06 16:05:37 +01:00
parent 9c8c4287bf
commit 27905a7b14

View File

@ -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