You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/26 23:05:00 UTC

[GitHub] aaronmarkham commented on a change in pull request #13404: Java added to install page

aaronmarkham commented on a change in pull request #13404: Java added to install page
URL: https://github.com/apache/incubator-mxnet/pull/13404#discussion_r236462344
 
 

 ##########
 File path: docs/install/index.md
 ##########
 @@ -430,6 +432,44 @@ You can use the Maven packages defined in the following `dependency` to include
 </div> <!-- End of scala -->
 
 
+
+<div class="java">
+<div class="gpu">
+<br/>
+You can use the Maven packages defined in the following `dependency` to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the <a href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of instructions to help you with the setup process.
+
+<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~"><img src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" alt="maven badge"/></a>
+
+```html
+<dependency>
+    <groupId>org.apache.mxnet</groupId>
+    <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
+    <scope>system</scope>
 
 Review comment:
   I used the setup guide as a reference... so it would seem that would need updating as well? http://34.201.8.176/versions/java_install/install/java_setup.html

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services