Skip to content

Commit

Permalink
Remove -SNAPSHOT for release v0.6.0
Browse files Browse the repository at this point in the history
Change-Id: I28e77ed79015cc0705a1c6c6f5655d983150672b
  • Loading branch information
keerthanvasist committed Jun 25, 2020
1 parent 3888502 commit 71416f6
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}
}

def DJL_VERSION = "0.6.0-SNAPSHOT"
def DJL_VERSION = "0.6.0"

dependencies {
implementation "commons-cli:commons-cli:1.4"
Expand All @@ -20,7 +20,7 @@ dependencies {
implementation "ai.djl.mxnet:mxnet-model-zoo:${DJL_VERSION}"

// See https:/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'
}
Expand Down
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<groupId>ai.djl</groupId>
<artifactId>examples</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<djl.version>0.6.0-SNAPSHOT</djl.version>
<djl.version>0.6.0</djl.version>
</properties>

<repositories>
Expand Down Expand Up @@ -67,7 +67,7 @@
-->
<groupId>ai.djl.mxnet</groupId>
<artifactId>mxnet-native-auto</artifactId>
<version>1.7.0-a-SNAPSHOT</version>
<version>1.7.0-a</version>
<scope>runtime</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions jupyter/BERTQA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.pytorch:pytorch-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.0\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0\n",
"%maven ai.djl.pytorch:pytorch-model-zoo:0.6.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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl:model-zoo:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
6 changes: 3 additions & 3 deletions jupyter/d2l-java/chapter_mlp/weight-decay.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.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",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
]
},
Expand Down
10 changes: 5 additions & 5 deletions jupyter/load_mxnet_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl:model-zoo:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.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",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/load_pytorch_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.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",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/mxnet/load_your_own_mxnet_bert.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"source": [
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.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",
Expand Down
8 changes: 4 additions & 4 deletions jupyter/object_detection_with_model_zoo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.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",
Expand Down
10 changes: 5 additions & 5 deletions jupyter/onnxruntime/machine_learning_with_ONNXRuntime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"metadata": {},
"outputs": [],
"source": [
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl.onnxruntime:onnxruntime-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl.onnxruntime:onnxruntime-engine:0.6.0\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0\n",
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"\n",
"%maven ai.djl.onnxruntime:onnxruntime-native-auto:1.3.0-SNAPSHOT\n",
"%maven ai.djl.onnxruntime:onnxruntime-native-auto:1.3.0\n",
"%maven ai.djl.pytorch:pytorch-native-auto:1.5.0"
]
},
Expand Down
6 changes: 3 additions & 3 deletions jupyter/pytorch/load_your_own_pytorch_bert.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"source": [
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.pytorch:pytorch-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl.pytorch:pytorch-engine:0.6.0\n",
"%maven ai.djl.pytorch:pytorch-model-zoo:0.6.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",
Expand Down
10 changes: 5 additions & 5 deletions jupyter/tutorial/image_classification_with_your_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"outputs": [],
"source": [
"// Add the snapshot repository to get the DJL snapshot artifacts\n",
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"// Add the maven dependencies\n",
"%maven ai.djl:api:0.6.0-SNAPSHOT\n",
"%maven ai.djl:model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.0-SNAPSHOT\n",
"%maven ai.djl:api:0.6.0\n",
"%maven ai.djl:model-zoo:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-model-zoo:0.6.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",
Expand Down

0 comments on commit 71416f6

Please sign in to comment.