Skip to content

Commit

Permalink
downgrade on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwenran committed Nov 13, 2023
1 parent 8086ee3 commit 94ddcdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
matrix:
python-version: [3.8]
include:
- torch: 1.13.0
torchvision: 0.14.0
- torch: 2.1.0
torchvision: 0.16.0
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install lmdb
run: python -m pip install lmdb
- name: Install PyTorch
run: python -m pip install torch==2.1.0+${{matrix.platform}} torchvision==0.16.0+${{matrix.platform}} -f https://download.pytorch.org/whl/torch_stable.html
run: python -m pip install torch==2.0.1+${{matrix.platform}} torchvision==0.15.2+${{matrix.platform}} -f https://download.pytorch.org/whl/torch_stable.html
- name: Install mmagic dependencies
run: |
python -m pip install git+https://github.com/open-mmlab/mmengine.git@main
Expand Down

0 comments on commit 94ddcdd

Please sign in to comment.