mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-04 01:42:14 +08:00
[ci] revert mac os ci setup (#9316)
This commit is contained in:
parent
2c6aded5d4
commit
b842457ef4
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user