From 27905a7b14cf171938a43bdd0d21cf24746d7120 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 6 Dec 2018 16:05:37 +0100 Subject: [PATCH] Remove reference to cuda10 in docs (closes #2894) [ci skip] --- website/usage/_install/_instructions.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/usage/_install/_instructions.jade b/website/usage/_install/_instructions.jade index 688e1e486..d46f91ce4 100644 --- a/website/usage/_install/_instructions.jade +++ b/website/usage/_install/_instructions.jade @@ -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