hetong007 commented on a change in pull request #11976: Fix install
instructions for MXNET-R
URL: https://github.com/apache/incubator-mxnet/pull/11976#discussion_r207022243
##########
File path: docs/install/index.md
##########
@@ -1797,14 +1797,15 @@ install.packages("mxnet")
<div class="gpu">
-You can [build MXNet-R from
source](windows_setup.html#install-the-mxnet-package-for-r), or you can use a
pre-built binary:
+You can [build MXNet-R from
source](windows_setup.html#install-mxnet-package-for-r), or you can use a
pre-built binary:
```r
cran <- getOption("repos")
-cran["dmlc"] <-
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/GPU"
+cran["dmlc"] <-
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/GPU/cuX"
Review comment:
suggest to write
```
cran["dmlc"] <-
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/GPU/cu80"
```
as a concrete example, and then mention replacing `cu80` with `cu90`,
`cu91`, `cu92` also works.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services