Skip to content

Commit 3a6bfa7

Browse files
committed
Add manual transformers dep override instructions
1 parent 9fad8f5 commit 3a6bfa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/models/voxtral/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ To export the model, we use [Optimum ExecuTorch](https://github.com/huggingface/
99
Install through pip package:
1010
```
1111
pip install optimum-excecutorch
12+
13+
# We are currently working on a Transformers pin bump for Optimum. In the meantime, manually override the Transformers dep.
14+
pip install git+https://github.com/huggingface/transformers@6121e9e46c4fc4e5c91d9f927aef5490691850cf#egg=transformers
1215
```
1316

1417
Or install from source:

0 commit comments

Comments
 (0)