Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
68477430
"...resnet50_tensorflow.git" did not exist on "2c4126ef5454ac6f8e39e7c9d97302a4e371f061"
Unverified
Commit
68477430
authored
Mar 09, 2023
by
Shaun VanWeelden
Committed by
GitHub
Mar 09, 2023
Browse files
Can't install tf2 on M1 Chip by default (#22046)
parent
81cd655c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/source/en/installation.mdx
docs/source/en/installation.mdx
+12
-0
No files found.
docs/source/en/installation.mdx
View file @
68477430
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment