@@ -58,6 +58,7 @@ only binaries for the followings are being **supported and distributed** by this
58
58
59
59
- ` linux-x86_64 ` : Linux platforms on Intel/AMD chips
60
60
- ` linux-x86_64-gpu ` : Linux platforms on Intel/AMD chips with Cuda GPU support
61
+ - ` linux-arm64 ` : Linux platforms on Arm chips
61
62
- ` macosx-x86_64 ` : MacOS X platforms on Intel/AMD chips
62
63
- ` macosx-arm64 ` : MacOS X platforms on Apple Silicon chips
63
64
- ` windows-x86_64 ` : Windows platforms on Intel/AMD chips
@@ -68,12 +69,12 @@ systems with no GPU support, you should add the following dependencies:
68
69
<dependency >
69
70
<groupId >org.tensorflow</groupId >
70
71
<artifactId >tensorflow-core-api</artifactId >
71
- <version >1.0.0-rc.1 </version >
72
+ <version >1.0.0-rc.2 </version >
72
73
</dependency >
73
74
<dependency >
74
75
<groupId >org.tensorflow</groupId >
75
76
<artifactId >tensorflow-core-native</artifactId >
76
- <version >1.0.0-rc.1 </version >
77
+ <version >1.0.0-rc.2 </version >
77
78
<classifier >linux-x86_64</classifier >
78
79
</dependency >
79
80
```
@@ -84,24 +85,24 @@ native dependencies as follows:
84
85
<dependency >
85
86
<groupId >org.tensorflow</groupId >
86
87
<artifactId >tensorflow-core-api</artifactId >
87
- <version >1.0.0-rc.1 </version >
88
+ <version >1.0.0-rc.2 </version >
88
89
</dependency >
89
90
<dependency >
90
91
<groupId >org.tensorflow</groupId >
91
92
<artifactId >tensorflow-core-native</artifactId >
92
- <version >1.0.0-rc.1 </version >
93
+ <version >1.0.0-rc.2 </version >
93
94
<classifier >linux-x86_64-gpu</classifier >
94
95
</dependency >
95
96
<dependency >
96
97
<groupId >org.tensorflow</groupId >
97
98
<artifactId >tensorflow-core-native</artifactId >
98
- <version >1.0.0-rc.1 </version >
99
+ <version >1.0.0-rc.2 </version >
99
100
<classifier >macosx-arm64</classifier >
100
101
</dependency >
101
102
<dependency >
102
103
<groupId >org.tensorflow</groupId >
103
104
<artifactId >tensorflow-core-native</artifactId >
104
- <version >1.0.0-rc.1 </version >
105
+ <version >1.0.0-rc.2 </version >
105
106
<classifier >windows-x86_64</classifier >
106
107
</dependency >
107
108
```
@@ -122,7 +123,7 @@ simply add this dependency to your application:
122
123
<dependency >
123
124
<groupId >org.tensorflow</groupId >
124
125
<artifactId >tensorflow-core-platform</artifactId >
125
- <version >1.0.0-rc.1 </version >
126
+ <version >1.0.0-rc.2 </version >
126
127
</dependency >
127
128
```
128
129
@@ -173,7 +174,8 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup
173
174
| 0.4.2 | 2.7.4 | 8 |
174
175
| 0.5.0 | 2.10.1 | 11 |
175
176
| 1.0.0-rc.1 | 2.16.1 | 11 |
176
- | 1.0.0-SNAPSHOT | 2.16.1 | 11 |
177
+ | 1.0.0-rc.2 | 2.16.2 | 11 |
178
+ | 1.0.0-SNAPSHOT | 2.16.2 | 11 |
177
179
178
180
## How to Contribute?
179
181
0 commit comments