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
0dcb1bd0fe
commit
3e50ee9533
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==2.0.0+${{matrix.platform}} -f https://download.pytorch.org/whl/${{matrix.platform}}/torch_stable.html
|
||||
run: pip install torch==${{matrix.torch}} -f https://download.pytorch.org/whl/${{matrix.platform}}/torch_stable.html
|
||||
- name: Install opencompass dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user