ankkhedia commented on a change in pull request #11976: Fix install 
instructions for MXNET-R
URL: https://github.com/apache/incubator-mxnet/pull/11976#discussion_r207024014
 
 

 ##########
 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:
   @hetong007 fixed as suggested by you.

----------------------------------------------------------------
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

Reply via email to