@@ -69,12 +69,12 @@ systems with no GPU support, you should add the following dependencies:
6969<dependency >
7070 <groupId >org.tensorflow</groupId >
7171 <artifactId >tensorflow-core-api</artifactId >
72- <version >1.0.0-rc.2 </version >
72+ <version >1.0.0</version >
7373</dependency >
7474<dependency >
7575 <groupId >org.tensorflow</groupId >
7676 <artifactId >tensorflow-core-native</artifactId >
77- <version >1.0.0-rc.2 </version >
77+ <version >1.0.0</version >
7878 <classifier >linux-x86_64</classifier >
7979</dependency >
8080```
@@ -85,24 +85,24 @@ native dependencies as follows:
8585<dependency >
8686 <groupId >org.tensorflow</groupId >
8787 <artifactId >tensorflow-core-api</artifactId >
88- <version >1.0.0-rc.2 </version >
88+ <version >1.0.0</version >
8989</dependency >
9090<dependency >
9191 <groupId >org.tensorflow</groupId >
9292 <artifactId >tensorflow-core-native</artifactId >
93- <version >1.0.0-rc.2 </version >
93+ <version >1.0.0</version >
9494 <classifier >linux-x86_64-gpu</classifier >
9595</dependency >
9696<dependency >
9797 <groupId >org.tensorflow</groupId >
9898 <artifactId >tensorflow-core-native</artifactId >
99- <version >1.0.0-rc.2 </version >
99+ <version >1.0.0</version >
100100 <classifier >macosx-arm64</classifier >
101101</dependency >
102102<dependency >
103103 <groupId >org.tensorflow</groupId >
104104 <artifactId >tensorflow-core-native</artifactId >
105- <version >1.0.0-rc.2 </version >
105+ <version >1.0.0</version >
106106 <classifier >windows-x86_64</classifier >
107107</dependency >
108108```
@@ -123,7 +123,7 @@ simply add this dependency to your application:
123123<dependency >
124124 <groupId >org.tensorflow</groupId >
125125 <artifactId >tensorflow-core-platform</artifactId >
126- <version >1.0.0-rc.2 </version >
126+ <version >1.0.0</version >
127127</dependency >
128128```
129129
@@ -153,7 +153,7 @@ to add Sonatype OSS repository in your pom.xml, like the following
153153 <dependency >
154154 <groupId >org.tensorflow</groupId >
155155 <artifactId >tensorflow-core-platform</artifactId >
156- <version >1.0 .0-SNAPSHOT</version >
156+ <version >1.1 .0-SNAPSHOT</version >
157157 </dependency >
158158</dependencies >
159159```
@@ -175,7 +175,8 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup
175175| 0.5.0 | 2.10.1 | 11 |
176176| 1.0.0-rc.1 | 2.16.1 | 11 |
177177| 1.0.0-rc.2 | 2.16.2 | 11 |
178- | 1.0.0-SNAPSHOT | 2.16.2 | 11 |
178+ | 1.0.0 | 2.16.2 | 11 |
179+ | 1.1.0-SNAPSHOT | 2.16.2 | 11 |
179180
180181## How to Contribute?
181182
0 commit comments