diff --git a/docs/install/index.md b/docs/install/index.md index 6491d46be5c4..97e71fce5e53 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 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 + [1.4.0, ) ``` @@ -498,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 + [1.4.0, ) ```
@@ -781,10 +777,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 + [1.4.0, ) ```
@@ -797,30 +791,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.
- -
-
- - -