mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
update test torch version
This commit is contained in:
parent
8f6ce4db52
commit
5134f14e72
2
.github/workflows/pr-stage-check.yml
vendored
2
.github/workflows/pr-stage-check.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install pip --upgrade
|
||||
- name: Install PyTorch
|
||||
run: pip install torch==${{matrix.torch}} -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||
run: pip install torch==2.5.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||
- name: Install opencompass dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user