From 6e789f89f7b4f3e532f1cd188abdc17cb588d57a Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 19 Mar 2025 12:20:16 -0700 Subject: [PATCH] Bump HF version --- .github/workflows/trunk.yml | 5 ++--- requirements-examples.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 829d8fd88f4..9da65f6083b 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -536,9 +536,8 @@ jobs: git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main - git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 - pip install . - pip install accelerate sentencepiece + git checkout 1907349524b5f2d61f9c04d2e985da826d4308ba + pip install .[tests] pip list echo "::endgroup::" diff --git a/requirements-examples.txt b/requirements-examples.txt index d4126a178aa..dc8d50a6fef 100644 --- a/requirements-examples.txt +++ b/requirements-examples.txt @@ -2,4 +2,4 @@ # TODO: Make each example publish its own requirements.txt timm == 1.0.7 torchsr == 1.0.4 -transformers ==4.47.1 +transformers ==4.50.1