This is an automated email from the ASF dual-hosted git repository.

lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 43f7c12  added note about cuda9.2 requirement (#14140)
43f7c12 is described below

commit 43f7c12cfc5079d950200b14aec16eddd34455c5
Author: Sam Skalicky <samskali...@gmail.com>
AuthorDate: Thu Apr 4 11:05:34 2019 -0700

    added note about cuda9.2 requirement (#14140)
---
 scala-package/mxnet-demo/java-demo/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scala-package/mxnet-demo/java-demo/README.md 
b/scala-package/mxnet-demo/java-demo/README.md
index cad52cb..3e742fc 100644
--- a/scala-package/mxnet-demo/java-demo/README.md
+++ b/scala-package/mxnet-demo/java-demo/README.md
@@ -32,6 +32,8 @@ This command will pick the default values specified in the 
[pom](https://github.
 
 Note: If you are planning to use GPU, please add 
`-Dmxnet.profile=linux-x86_64-gpu`
 
+Note: The Maven package is built with CUDA 9.2.
+
 ### Use customized version set
 You can use the following instruction as an alternative to achieve the same 
result:
 You may use `mvn package` to build the package,

Reply via email to