Skip to content

Commit 61a5802

Browse files
committed
Add manual transformers dep override instructions
1 parent 9fad8f5 commit 61a5802

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/models/voxtral/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ cd optimum-executorch
1818
python install_dev.py
1919
```
2020

21+
We are currently working on a Transformers pin bump for Optimum. In the meantime, manually override the Transformers dep to the earliest compatible version.
22+
```
23+
pip install git+https://github.com/huggingface/transformers@6121e9e46c4fc4e5c91d9f927aef5490691850cf#egg=transformers
24+
```
25+
2126
## Using the export CLI
2227
We export Voxtral using the Optimum CLI, which will export `model.pte` to the `voxtral` output directory:
2328
```

0 commit comments

Comments
 (0)