"...resnet50_tensorflow.git" did not exist on "2c4126ef5454ac6f8e39e7c9d97302a4e371f061"
Unverified Commit 68477430 authored by Shaun VanWeelden's avatar Shaun VanWeelden Committed by GitHub
Browse files

Can't install tf2 on M1 Chip by default (#22046)

parent 81cd655c
...@@ -63,6 +63,18 @@ pip install 'transformers[torch]' ...@@ -63,6 +63,18 @@ pip install 'transformers[torch]'
pip install 'transformers[tf-cpu]' pip install 'transformers[tf-cpu]'
``` ```
<Tip warning={true}>
M1 / ARM Users
You will need to install the following before installing TensorFLow 2.0
```
brew install cmake
brew install pkg-config
```
</Tip>
🤗 Transformers and Flax: 🤗 Transformers and Flax:
```bash ```bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment