@@ -69,12 +69,12 @@ systems with no GPU support, you should add the following dependencies:
69
69
<dependency >
70
70
<groupId >org.tensorflow</groupId >
71
71
<artifactId >tensorflow-core-api</artifactId >
72
- <version >1.0.0-rc.2 </version >
72
+ <version >1.0.0</version >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >org.tensorflow</groupId >
76
76
<artifactId >tensorflow-core-native</artifactId >
77
- <version >1.0.0-rc.2 </version >
77
+ <version >1.0.0</version >
78
78
<classifier >linux-x86_64</classifier >
79
79
</dependency >
80
80
```
@@ -85,24 +85,24 @@ native dependencies as follows:
85
85
<dependency >
86
86
<groupId >org.tensorflow</groupId >
87
87
<artifactId >tensorflow-core-api</artifactId >
88
- <version >1.0.0-rc.2 </version >
88
+ <version >1.0.0</version >
89
89
</dependency >
90
90
<dependency >
91
91
<groupId >org.tensorflow</groupId >
92
92
<artifactId >tensorflow-core-native</artifactId >
93
- <version >1.0.0-rc.2 </version >
93
+ <version >1.0.0</version >
94
94
<classifier >linux-x86_64-gpu</classifier >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >org.tensorflow</groupId >
98
98
<artifactId >tensorflow-core-native</artifactId >
99
- <version >1.0.0-rc.2 </version >
99
+ <version >1.0.0</version >
100
100
<classifier >macosx-arm64</classifier >
101
101
</dependency >
102
102
<dependency >
103
103
<groupId >org.tensorflow</groupId >
104
104
<artifactId >tensorflow-core-native</artifactId >
105
- <version >1.0.0-rc.2 </version >
105
+ <version >1.0.0</version >
106
106
<classifier >windows-x86_64</classifier >
107
107
</dependency >
108
108
```
@@ -123,7 +123,7 @@ simply add this dependency to your application:
123
123
<dependency >
124
124
<groupId >org.tensorflow</groupId >
125
125
<artifactId >tensorflow-core-platform</artifactId >
126
- <version >1.0.0-rc.2 </version >
126
+ <version >1.0.0</version >
127
127
</dependency >
128
128
```
129
129
@@ -153,7 +153,7 @@ to add Sonatype OSS repository in your pom.xml, like the following
153
153
<dependency >
154
154
<groupId >org.tensorflow</groupId >
155
155
<artifactId >tensorflow-core-platform</artifactId >
156
- <version >1.0 .0-SNAPSHOT</version >
156
+ <version >1.1 .0-SNAPSHOT</version >
157
157
</dependency >
158
158
</dependencies >
159
159
```
@@ -175,7 +175,8 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup
175
175
| 0.5.0 | 2.10.1 | 11 |
176
176
| 1.0.0-rc.1 | 2.16.1 | 11 |
177
177
| 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 |
179
180
180
181
## How to Contribute?
181
182
0 commit comments