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

Java install info update #13912

Merged
merged 4 commits into from
Jan 18, 2019
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>LATEST</version>
IvyBazan marked this conversation as resolved.
Show resolved Hide resolved
</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>LATEST</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>LATEST</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