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

Updated docs for R-package installation #14269

Merged
merged 4 commits into from
Apr 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
piyushghai marked this conversation as resolved.
Show resolved Hide resolved
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