File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ The following pseudocode demonstrates running training:
8585
8686## Release Notes
8787
88- * [ 0.31.0] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.31.0 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.31.0 ) )
88+ * [ 0.32.0] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.32.0 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.32.0 ) )
89+ * [ 0.31.1] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.31.1 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.31.1 ) )
8990* [ 0.30.0] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.30.0 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.30.0 ) )
9091* [ 0.29.0] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.29.0 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.29.0 ) )
9192* [ 0.28.0] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.28.0 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.28.0 ) )
92- * [ 0.27.0] ( https://github.com/deepjavalibrary/djl/releases/tag/v0.27.0 ) ([ Code] ( https://github.com/deepjavalibrary/djl/tree/v0.27.0 ) )
93- * [ +26 releases] ( https://github.com/deepjavalibrary/djl/releases )
93+ * [ +27 releases] ( https://github.com/deepjavalibrary/djl/releases )
9494
95- The release of DJL 0.32 .0 is planned for January 2025.
95+ The release of DJL 0.33 .0 is planned for April 2025.
9696
9797## Building From Source
9898
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
4545<dependency >
4646 <groupId >ai.djl</groupId >
4747 <artifactId >api</artifactId >
48- <version >0.32 .0-SNAPSHOT</version >
48+ <version >0.33 .0-SNAPSHOT</version >
4949</dependency >
5050```
5151
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
9999 implementation platform("ai.djl:bom:<UPCOMING VERSION>-SNAPSHOT")
100100}
101101```
102- Currently, the ` <UPCOMING VERSION> = 0.32 .0 ` .
102+ Currently, the ` <UPCOMING VERSION> = 0.33 .0 ` .
103103This snapshot version is the same as the custom DJL repository.
104104
105105You also need to change directory to ` djl/bom ` . Then build and publish it to maven local same as what was done in ` djl ` .
Original file line number Diff line number Diff line change 55
66 <groupId >ai.djl</groupId >
77 <artifactId >examples</artifactId >
8- <version >0.32 .0-SNAPSHOT</version >
8+ <version >0.33 .0-SNAPSHOT</version >
99
1010 <properties >
1111 <maven .compiler.source>11</maven .compiler.source>
1212 <maven .compiler.target>11</maven .compiler.target>
13- <djl .version>0.32 .0-SNAPSHOT</djl .version>
13+ <djl .version>0.33 .0-SNAPSHOT</djl .version>
1414 <exec .mainClass>ai.djl.examples.inference.cv.ObjectDetection</exec .mainClass>
1515 </properties >
1616
Original file line number Diff line number Diff line change 22format.version = " 1.1"
33
44[versions ]
5- djl = " 0.32 .0"
5+ djl = " 0.33 .0"
66pytorch = " 2.5.1"
77tensorflow = " 2.16.1"
88tensorflowCore = " 1.0.0-rc.1"
You can’t perform that action at this time.
0 commit comments