mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Updated README for MacOS users
Updated README for macOS users with ARM architecture.
This commit is contained in:
parent
43747466c1
commit
cb67b23ef7
10
README.md
10
README.md
|
|
@ -59,6 +59,16 @@ 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user