Skip to content

Commit

Permalink
Updated docs for R-package installation (apache#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 kedarbellare committed Apr 20, 2019
1 parent ef9bdcc commit bbcc269
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 bbcc269

Please sign in to comment.