Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/source/en/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ pip install transformers[torch]
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:

```bash
Expand Down Expand Up @@ -237,4 +249,4 @@ Once your file is downloaded and locally cached, specify it's local path to load

See the [How to download files from the Hub](https://huggingface.co/docs/hub/how-to-downstream) section for more details on downloading files stored on the Hub.

</Tip>
</Tip>