Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Java install info update (#13912)
Browse files Browse the repository at this point in the history
* updated java dependency

* update to duplicated java cpu

* java gpu update

* Updated java dependency version information
  • Loading branch information
IvyBazan authored and lanking520 committed Jan 18, 2019
1 parent 2a86978 commit f3774c3
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit f3774c3

Please sign in to comment.