Skip to content

Commit

Permalink
Use mxnet-native with 1.6.0 version
Browse files Browse the repository at this point in the history
Change-Id: I954fc97442240205e748b013c93b4fe4e3dc0e19
  • Loading branch information
zachgk committed Feb 22, 2020
1 parent 42c011c commit 69f5acf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ the MXNet engine backend implementation is currently supported.

With MXNet, you can choose different builds of the native MXNet library.
We recommend the automatic engine selection which downloads the best engine for your platform and available hardware during the first runtime.
Activate the automatic selection by adding `ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT` as a dependency.
Activate the automatic selection by adding `ai.djl.mxnet:mxnet-native-auto:1.6.0` as a dependency.
You can also see [MXNet Engine](../mxnet/mxnet-engine/README.md) for further options.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation "ai.djl.mxnet:mxnet-model-zoo:0.3.0"

// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md for more MXNet library selection options
runtimeOnly "ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
runtimeOnly "ai.djl.mxnet:mxnet-native-auto:1.6.0"

testImplementation 'org.testng:testng:6.14.3'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
-->
<groupId>ai.djl.mxnet</groupId>
<artifactId>mxnet-native-auto</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion jupyter/BERTQA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jupyter/load_mxnet_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jupyter/object_detection_with_model_zoo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jupyter/transfer_learning_on_cifar10.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jupyter/tutorial/create_your_first_network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jupyter/tutorial/train_your_first_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/v0.3.0/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0-SNAPSHOT"
"%maven ai.djl.mxnet:mxnet-native-auto:1.6.0"
]
},
{
Expand Down

0 comments on commit 69f5acf

Please sign in to comment.