Skip to content

Commit 42e8746

Browse files
authored
Update Voxral README.md (#14324)
Remove manual pip install for transformers
1 parent d1e1bf8 commit 42e8746

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/models/voxtral/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ 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-
2621
## Using the export CLI
2722
We export Voxtral using the Optimum CLI, which will export `model.pte` to the `voxtral` output directory:
2823
```

0 commit comments

Comments
 (0)