[deps] upgrade transformers to 4.52.4 (#8245)

This commit is contained in:
Yaowei Zheng
2025-05-31 16:51:40 +08:00
committed by GitHub
parent c7e63bead7
commit fee2122f09
3 changed files with 3 additions and 7 deletions

View File

@@ -75,11 +75,6 @@ jobs:
run: |
python -m pip install "transformers==${{ matrix.transformers }}"
- name: Downgrade transformers
if: ${{ matrix.os == 'macos-13' }}
run: |
python -m pip install "transformers<4.52.0"
- name: Cache files
id: hf-hub-cache
uses: actions/cache@v4