Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Updated docs for R-package installation (#14269)
Browse files Browse the repository at this point in the history
* Updated docs for R-package installation

* Addressed PR feedback

* Removed spaces in cuda100 path

* Removed cu80 mention
  • Loading branch information
piyushghai authored and hetong007 committed Apr 16, 2019
1 parent 3f3ba92 commit 51d3291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,8 @@ 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 or cu91 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.

</div> <!-- END of GPU -->
</div> <!-- END - Windows R -->
Expand Down

0 comments on commit 51d3291

Please sign in to comment.