Link to the device-plugins page.

This commit is contained in:
Mark Daoust 2022-08-12 08:57:47 -07:00 committed by GitHub
parent cb67b23ef7
commit 556f26dc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,21 +54,13 @@ Windows)*:
$ pip install tensorflow
```
Other devices (DirectX and MacOS-metal) are supported using [Device plugins](https://www.tensorflow.org/install/gpu_plugins#available_devices).
A smaller CPU-only package is also available:
```
$ pip install tensorflow-cpu
```
To install TensorFlow on macos :
```
$ pip install tensorflow-macos
```
To install TensorFlow on macos with Metal support :
```
$ pip install tensorflow-metal
```
To update TensorFlow to the latest version, add `--upgrade` flag to the above
commands.