From b842457ef412fbafa0ac562bf1d9d1a273e83145 Mon Sep 17 00:00:00 2001 From: Kingsley Date: Tue, 21 Oct 2025 18:26:12 +0800 Subject: [PATCH] [ci] revert mac os ci setup (#9316) --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc79b108..fe5859e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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