Skip to content

Commit 3777c90

Browse files
author
Guang Yang
committed
Update Hugging Face version
1 parent 395b4d6 commit 3777c90

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/trunk.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ jobs:
409409
pip install -U "huggingface_hub[cli]"
410410
huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN
411411
pip install accelerate sentencepiece
412-
# TODO(guangyang): Switch to use released transformers library after all required patches are included
413-
pip install "git+https://github.com/huggingface/transformers.git@6cc4dfe3f1e8d421c6d6351388e06e9b123cbfe1"
414412
pip list
415413
echo "::endgroup::"
416414

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def python_is_compatible():
135135
"timm==1.0.7",
136136
f"torchaudio==2.5.0.{NIGHTLY_VERSION}",
137137
"torchsr==1.0.4",
138-
"transformers==4.42.4",
138+
"transformers==4.46.0",
139139
]
140140

141141
# Assemble the list of requirements to actually install.

0 commit comments

Comments
 (0)