diff --git a/examples/build.gradle b/examples/build.gradle index de964a2f866..6eda901e934 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -10,7 +10,7 @@ repositories { } } -def DJL_VERSION = "0.5.0-SNAPSHOT" +def DJL_VERSION = "0.5.0" dependencies { implementation "commons-cli:commons-cli:1.4" @@ -20,7 +20,7 @@ dependencies { implementation "ai.djl.mxnet:mxnet-model-zoo:${DJL_VERSION}" // See https://github.com/awslabs/djl/blob/master/mxnet/mxnet-engine/README.md for more MXNet library selection options - runtimeOnly "ai.djl.mxnet:mxnet-native-auto:1.7.0-a-SNAPSHOT" + runtimeOnly "ai.djl.mxnet:mxnet-native-auto:1.7.0-a" testImplementation 'org.testng:testng:6.14.3' } diff --git a/examples/pom.xml b/examples/pom.xml index 37251f577f7..4765e8ccbce 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ ai.djl examples - 0.5.0-SNAPSHOT + 0.5.0 1.8 1.8 - 0.5.0-SNAPSHOT + 0.5.0 @@ -67,7 +67,7 @@ --> ai.djl.mxnet mxnet-native-auto - 1.7.0-a-SNAPSHOT + 1.7.0-a runtime diff --git a/jupyter/load_pytorch_model.ipynb b/jupyter/load_pytorch_model.ipynb index 8efc85632e9..15121cd89ea 100644 --- a/jupyter/load_pytorch_model.ipynb +++ b/jupyter/load_pytorch_model.ipynb @@ -25,8 +25,8 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.5.0-SNAPSHOT\n", - "%maven ai.djl.pytorch:pytorch-engine:0.5.0-SNAPSHOT\n", + "%maven ai.djl:api:0.5.0\n", + "%maven ai.djl.pytorch:pytorch-engine:0.5.0\n", "%maven org.slf4j:slf4j-api:1.7.26\n", "%maven org.slf4j:slf4j-simple:1.7.26\n", "%maven net.java.dev.jna:jna:5.3.0\n",