@@ -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```
@@ -93,24 +93,24 @@ native dependencies as follows:
9393<dependency >
9494 <groupId >org.tensorflow</groupId >
9595 <artifactId >tensorflow-core-api</artifactId >
96- <version >1.0 .0</version >
96+ <version >1.1 .0</version >
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 >linux-x86_64-gpu</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 >macosx-arm64</classifier >
109109</dependency >
110110<dependency >
111111 <groupId >org.tensorflow</groupId >
112112 <artifactId >tensorflow-core-native</artifactId >
113- <version >1.0 .0</version >
113+ <version >1.1 .0</version >
114114 <classifier >windows-x86_64</classifier >
115115</dependency >
116116```
@@ -143,7 +143,7 @@ simply add this dependency to your application:
143143<dependency >
144144 <groupId >org.tensorflow</groupId >
145145 <artifactId >tensorflow-core-platform</artifactId >
146- <version >1.0 .0</version >
146+ <version >1.1 .0</version >
147147</dependency >
148148```
149149Or Gradle:
@@ -215,6 +215,7 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup
215215| 1.0.0-rc.2 | 2.16.2 | 11 |
216216| 1.0.0 | 2.16.2 | 11 |
217217| 1.1.0-SNAPSHOT | 2.18.0 | 11 |
218+ | 1.1.0 | 2.18.0 | 11 |
218219
219220## How to Contribute?
220221
0 commit comments