Skip to content

Commit e9b45ec

Browse files
karllessardCraigacp
authored andcommitted
Fix typos in GPU migration instructs
1 parent eeaa3f1 commit e9b45ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The Java Module (jigsaw) names has been updated to drop the leading `org.`, as f
5353

5454
Previous versions of TF Java were building a `tensorflow-core-platform-gpu` artifact upon which application could depend
5555
on to include any TensorFlow native library that GPU support enabled. Since TensorFlow has removed its support of GPU
56-
on all platforms other that Linux, we removed our platform JAR in favour of simply adding a dependency on the
56+
on all platforms other than Linux, we removed our platform JAR in favour of simply adding a dependency on the
5757
`linux-x86_64-gpu` native artifact.
5858
```xml
5959
<dependency>
@@ -64,7 +64,7 @@ on all platforms other that Linux, we removed our platform JAR in favour of simp
6464
</dependency>
6565
```
6666
Please note that including this dependency won't work if your application also depends on `tensorflow-core-platform`. If
67-
you need to support more platforms that Linux, you should include the other `tensorflow-core-native` dependencies
67+
you need to support more platforms than Linux, you should include the other `tensorflow-core-native` dependencies
6868
separately (see the [README](README.md) file).
6969

7070
### Session Run Result

0 commit comments

Comments
 (0)