[deps] upgrade transformers to 4.52.4 (#8245)
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user