From 400257a8029f8c1c51fd8f3283760e3fe492ceda Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 4 Jan 2020 01:52:18 +0100 Subject: [PATCH] Update index.md [ci skip] --- website/docs/usage/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/index.md b/website/docs/usage/index.md index 441297813..17fd8fa7b 100644 --- a/website/docs/usage/index.md +++ b/website/docs/usage/index.md @@ -124,9 +124,8 @@ interface for GPU arrays. spaCy can be installed on GPU by specifying `spacy[cuda]`, `spacy[cuda90]`, `spacy[cuda91]`, `spacy[cuda92]` or `spacy[cuda100]`. 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: [`cupy`](https://cupy.chainer.org) and -[`thinc_gpu_ops`](https://github.com/explosion/thinc_gpu_ops). +wheel, saving some compilation time. The specifiers should install +[`cupy`](https://cupy.chainer.org). ```bash $ pip install -U spacy[cuda92]