mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Merge pull request #268 from seemethere/patch-1
Update torch -> 1.7.0, torchvision -> 0.8.1 for github actions
This commit is contained in:
commit
2542283b28
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -17,8 +17,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
python: ['3.8']
|
python: ['3.8']
|
||||||
torch: ['1.5.0']
|
torch: ['1.7.0']
|
||||||
torchvision: ['0.6.0']
|
torchvision: ['0.8.1']
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user