You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-4Lines changed: 36 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,17 @@ See [CONTRIBUTING.md](CONTRIBUTING.md#building).
44
44
## Using Maven Artifacts
45
45
46
46
There are two options for adding TensorFlow Java as a dependency to your Maven project: with individual dependencies
47
-
for each targeted platforms or with a single dependency that target them all.
47
+
for each targeted platform or with a single dependency that targets them all.
48
48
49
49
### Individual dependencies
50
50
51
51
With this option, you must first add a dependency to `tensorflow-core-api` and then one or multiple
52
52
dependencies to `tensorflow-core-native` with a classifier targeting a specific platform. This option is preferred as
53
-
it minimize the size of your application by only including the TensorFlow builds you need, at the cost of being more
53
+
it minimizes the size of your application by only including the TensorFlow builds you need, at the cost of being more
54
54
restrictive.
55
55
56
56
While TensorFlow Java can be compiled for [multiple platforms](https://github.com/tensorflow/java/blob/master/tensorflow-core/pom.xml#L54),
57
-
only binaries for the followings are being **supported and distributed** by this project:
57
+
only binaries for the following are being **supported and distributed** by this project:
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
@@ -80,6 +80,12 @@ systems with no GPU support, you should add the following dependencies:
0 commit comments