mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Link to the device-plugins page.
This commit is contained in:
parent
cb67b23ef7
commit
556f26dc5a
12
README.md
12
README.md
|
|
@ -54,21 +54,13 @@ Windows)*:
|
||||||
$ pip install tensorflow
|
$ 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:
|
A smaller CPU-only package is also available:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ pip install tensorflow-cpu
|
$ 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
|
To update TensorFlow to the latest version, add `--upgrade` flag to the above
|
||||||
commands.
|
commands.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user