From 91de3cb3ca8a320e35ef8688c331c794b4459e72 Mon Sep 17 00:00:00 2001 From: Ivy Bazan Date: Wed, 16 Jan 2019 15:56:22 -0800 Subject: [PATCH 1/4] updated java dependency --- docs/install/index.md | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 6491d46be5c4..039cac34da31 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -478,10 +478,8 @@ You can use the Maven packages defined in the following dependency to include MX ```html org.apache.mxnet - mxnet-full_2.11-linux-x86_64-gpu - system - 1.4.0 - /system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.4.0-SNAPSHOT.jar + mxnet-full_2.11-linux-x86_64-cpu + LATEST ``` @@ -781,10 +779,8 @@ You can use the Maven packages defined in the following dependency to include MX ```html org.apache.mxnet - mxnet-full_2.11-osx-x86_64-cpu - system - 1.4.0 - /system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.4.0-SNAPSHOT.jar + mxnet-full_2.11-linux-x86_64-cpu + LATEST ```
@@ -797,30 +793,6 @@ Not available at this time.
-
-
-
-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 MXNet-Scala setup guide for a detailed set of instructions to help you with the setup process that is required to use the Clojure dependency. - -maven badge - -```html - - org.apache.mxnet.contrib.clojure - clojure-mxnet-osx-cpu - -``` -
-
-
- -Not available at this time.
- -
-
- - -

From 9cb53116d587fccbf9e9e16ad72df4bf4bcd467c Mon Sep 17 00:00:00 2001 From: Ivy Bazan Date: Wed, 16 Jan 2019 16:27:50 -0800 Subject: [PATCH 2/4] update to duplicated java cpu --- docs/install/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 039cac34da31..ab5582477296 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -496,9 +496,7 @@ You can use the Maven packages defined in the following dependency to include MX org.apache.mxnet mxnet-full_2.11-linux-x86_64-cpu - system - 1.4.0 - /system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.4.0-SNAPSHOT.jar + LATEST ```
From 9e750d7e36543a9a4088b07c03813db1978ba97d Mon Sep 17 00:00:00 2001 From: Ivy Bazan Date: Wed, 16 Jan 2019 16:37:27 -0800 Subject: [PATCH 3/4] java gpu update --- docs/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index ab5582477296..786ab734a758 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -478,7 +478,7 @@ You can use the Maven packages defined in the following dependency to include MX ```html org.apache.mxnet - mxnet-full_2.11-linux-x86_64-cpu + mxnet-full_2.11-linux-x86_64-gpu LATEST ``` From f8154ab984f9a48ffd27ee74aad2033b739893d6 Mon Sep 17 00:00:00 2001 From: IvyBazan <45951687+IvyBazan@users.noreply.github.com> Date: Thu, 17 Jan 2019 10:55:58 -0800 Subject: [PATCH 4/4] Updated java dependency version information --- docs/install/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 786ab734a758..97e71fce5e53 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -479,7 +479,7 @@ You can use the Maven packages defined in the following dependency to include MX org.apache.mxnet mxnet-full_2.11-linux-x86_64-gpu - LATEST + [1.4.0, ) ``` @@ -496,7 +496,7 @@ You can use the Maven packages defined in the following dependency to include MX org.apache.mxnet mxnet-full_2.11-linux-x86_64-cpu - LATEST + [1.4.0, ) ```
@@ -778,7 +778,7 @@ You can use the Maven packages defined in the following dependency to include MX org.apache.mxnet mxnet-full_2.11-linux-x86_64-cpu - LATEST + [1.4.0, ) ```