[ci] revert mac os ci setup (#9316)

This commit is contained in:
Kingsley 2025-10-21 18:26:12 +08:00 committed by GitHub
parent 2c6aded5d4
commit b842457ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,12 +78,6 @@ jobs:
run: |
python -m pip install "transformers==${{ matrix.transformers }}"
- name: Update accelerate to avoid mac os ci errors (before accelerate 1.11.0)
if: ${{ matrix.os == 'macos-latest' }}
run: |
python -m pip uninstall -y accelerate
python -m pip install "git+https://github.com/huggingface/accelerate.git"
- name: Cache files
id: hf-hub-cache
uses: actions/cache@v4