@@ -41,14 +41,8 @@ TensorFlow Java to your project. The easiest one is to add a dependency on the
4141Core API and the native dependencies it requires to run on all supported
4242platforms.
4343
44- You can also select one of the following extensions instead of the pure CPU
45- version:
46-
47- * ` tensorflow-core-platform-mkl ` : Support for Intel® MKL-DNN on all platforms
48- * ` tensorflow-core-platform-gpu ` : Support for CUDA® on Linux and Windows
49- platforms
50- * ` tensorflow-core-platform-mkl-gpu ` : Support for Intel® MKL-DNN and CUDA® on
51- Linux platform.
44+ You can also select the ` tensorflow-core-platform-gpu ` extension instead, which
45+ supports CUDA® on Linux and Windows platforms.
5246
5347In addition, a separate dependency on the ` tensorflow-framework ` library can be
5448added to benefit from a rich set of utilities for TensorFlow-based machine
@@ -64,7 +58,7 @@ For example,
6458<dependency >
6559 <groupId >org.tensorflow</groupId >
6660 <artifactId >tensorflow-core-platform</artifactId >
67- <version >0.3.3 </version >
61+ <version >0.4.0 </version >
6862</dependency >
6963```
7064
@@ -107,7 +101,7 @@ snapshots repository in your `pom.xml`.
107101 <dependency >
108102 <groupId >org.tensorflow</groupId >
109103 <artifactId >tensorflow-core-platform</artifactId >
110- <version >0.4 .0-SNAPSHOT</version >
104+ <version >0.5 .0-SNAPSHOT</version >
111105 </dependency >
112106</dependencies >
113107```
@@ -124,7 +118,7 @@ repositories {
124118}
125119
126120dependencies {
127- compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.3.3 '
121+ compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.4.0 '
128122}
129123```
130124
@@ -170,7 +164,7 @@ add the TensorFlow dependency to the project's `pom.xml` file:
170164 <dependency >
171165 <groupId >org.tensorflow</groupId >
172166 <artifactId >tensorflow-core-platform</artifactId >
173- <version >0.3.3 </version >
167+ <version >0.4.0 </version >
174168 </dependency >
175169 </dependencies >
176170</project >
0 commit comments