From f4dee6c8c6b080242ebc8abac87e89d48295fb00 Mon Sep 17 00:00:00 2001 From: Jack <32371937+jackzhxng@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:18:30 -0400 Subject: [PATCH] Update Voxral README.md Remove manual pip install for transformers --- examples/models/voxtral/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/models/voxtral/README.md b/examples/models/voxtral/README.md index 5f4eeb2ff95..0e7a095af45 100644 --- a/examples/models/voxtral/README.md +++ b/examples/models/voxtral/README.md @@ -18,11 +18,6 @@ cd optimum-executorch python install_dev.py ``` -We are currently working on a Transformers pin bump for Optimum. In the meantime, manually override the Transformers dep to the earliest compatible version. -``` -pip install git+https://github.com/huggingface/transformers@6121e9e46c4fc4e5c91d9f927aef5490691850cf#egg=transformers -``` - ## Using the export CLI We export Voxtral using the Optimum CLI, which will export `model.pte` to the `voxtral` output directory: ```