[misc] fix cache & pin transformers to 4.57.1 (#9638)

This commit is contained in:
Yaowei Zheng
2025-12-22 00:20:55 +08:00
committed by GitHub
parent 4923f52a28
commit 6ef9854713
8 changed files with 35 additions and 47 deletions

View File

@@ -73,6 +73,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
python -m pip install ".[torch,dev]"
- name: Install transformers