@@ -71,12 +71,12 @@ systems with no GPU support, you should add the following dependencies:
7171<dependency >
7272 <groupId >org.tensorflow</groupId >
7373 <artifactId >tensorflow-core-api</artifactId >
74- <version >1.0 .0</version >
74+ <version >1.1 .0</version >
7575</dependency >
7676<dependency >
7777 <groupId >org.tensorflow</groupId >
7878 <artifactId >tensorflow-core-native</artifactId >
79- <version >1.0 .0</version >
79+ <version >1.1 .0</version >
8080 <classifier >linux-x86_64</classifier >
8181</dependency >
8282```
@@ -87,24 +87,24 @@ native dependencies as follows:
8787<dependency >
8888 <groupId >org.tensorflow</groupId >
8989 <artifactId >tensorflow-core-api</artifactId >
90- <version >1.0 .0</version >
90+ <version >1.1 .0</version >
9191</dependency >
9292<dependency >
9393 <groupId >org.tensorflow</groupId >
9494 <artifactId >tensorflow-core-native</artifactId >
95- <version >1.0 .0</version >
95+ <version >1.1 .0</version >
9696 <classifier >linux-x86_64-gpu</classifier >
9797</dependency >
9898<dependency >
9999 <groupId >org.tensorflow</groupId >
100100 <artifactId >tensorflow-core-native</artifactId >
101- <version >1.0 .0</version >
101+ <version >1.1 .0</version >
102102 <classifier >macosx-arm64</classifier >
103103</dependency >
104104<dependency >
105105 <groupId >org.tensorflow</groupId >
106106 <artifactId >tensorflow-core-native</artifactId >
107- <version >1.0 .0</version >
107+ <version >1.1 .0</version >
108108 <classifier >windows-x86_64</classifier >
109109</dependency >
110110```
@@ -129,7 +129,7 @@ simply add this dependency to your application:
129129<dependency >
130130 <groupId >org.tensorflow</groupId >
131131 <artifactId >tensorflow-core-platform</artifactId >
132- <version >1.0 .0</version >
132+ <version >1.1 .0</version >
133133</dependency >
134134```
135135
@@ -183,6 +183,7 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup
183183| 1.0.0-rc.2 | 2.16.2 | 11 |
184184| 1.0.0 | 2.16.2 | 11 |
185185| 1.1.0-SNAPSHOT | 2.18.0 | 11 |
186+ | 1.1.0 | 2.18.0 | 11 |
186187
187188## How to Contribute?
188189
0 commit comments