You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2019/01/18 00:03:04 UTC

[incubator-mxnet] branch master updated: Java install info update (#13912)

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 f3774c3  Java install info update (#13912)
f3774c3 is described below

commit f3774c38df31d9ce19e3c9af95a1574458151315
Author: IvyBazan <45...@users.noreply.github.com>
AuthorDate: Thu Jan 17 16:02:44 2019 -0800

    Java install info update (#13912)
    
    * updated java dependency
    
    * update to duplicated java cpu
    
    * java gpu update
    
    * Updated java dependency version information
---
 docs/install/index.md | 38 ++++----------------------------------
 1 file changed, 4 insertions(+), 34 deletions(-)

diff --git a/docs/install/index.md b/docs/install/index.md
index 319e72a..f509f7d 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -479,9 +479,7 @@ You can use the Maven packages defined in the following dependency to include MX
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
-    <scope>system</scope>
-    <version>1.4.0</version>
-    <systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.4.0-SNAPSHOT.jar</systemPath>
+    <version>[1.4.0, )</version>
 </dependency>
 ```
 
@@ -498,9 +496,7 @@ You can use the Maven packages defined in the following dependency to include MX
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
-    <scope>system</scope>
-    <version>1.4.0</version>
-    <systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.4.0-SNAPSHOT.jar</systemPath>
+    <version>[1.4.0, )</version>
 </dependency>
 ```
 <br>
@@ -781,10 +777,8 @@ You can use the Maven packages defined in the following dependency to include MX
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
-    <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
-    <scope>system</scope>
-    <version>1.4.0</version>
-    <systemPath>/system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.4.0-SNAPSHOT.jar</systemPath>
+    <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
+    <version>[1.4.0, )</version>
 </dependency>
 ```
 <br>
@@ -797,30 +791,6 @@ Not available at this time. <br>
 </div> <!-- End of java -->
 
 
-<div class="clojure">
-<div class="cpu">
-</br>
-You can use the Maven packages defined in the following `dependency` to include MXNet in your Clojure project. To maximize leverage, the Clojure package has been built on the existing Scala package. Please refer to the <a href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of instructions to help you with the setup process that is required to use the Clojure dependency.
-
-<a href="https://mvnrepository.com/artifact/org.apache.mxnet.contrib.clojure/clojure-mxnet-osx-cpu"><img src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg" alt="maven badge"/></a>
-
-```html
-<dependency>
-    <groupId>org.apache.mxnet.contrib.clojure</groupId>
-    <artifactId>clojure-mxnet-osx-cpu</artifactId>
-</dependency>
-```
-<br>
-</div> <!-- End of cpu  -->
-<div class="gpu">
-
-Not available at this time. <br>
-
-</div> <!-- End of gpu -->
-</div> <!-- End of clojure -->
-
-
-
 <div class="julia">
 <div class="cpu gpu">
 </br>