From 040752db319fd8599ea40d34f875b05928bf1734 Mon Sep 17 00:00:00 2001 From: Piyush Ghai Date: Tue, 5 Mar 2019 10:52:49 -0800 Subject: [PATCH] Removed cu80 mention --- docs/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index cb61fb7bf400..5708a5b7d4c5 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1125,7 +1125,7 @@ You can [build MXNet-R from source](windows_setup.html#install-mxnet-package-for options(repos = cran) install.packages("mxnet") ``` -Change cu92 to cu80, cu90, cu91 or cuda100 based on your CUDA toolkit version. Currently, MXNet supports these versions of CUDA. +Change cu92 to cu90, cu91 or cuda100 based on your CUDA toolkit version. Currently, MXNet supports these versions of CUDA. Note : You also need to have cuDNN installed on Windows. Check out this [guide](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installwindows) on the steps for installation.