We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac469b5 commit 959eaffCopy full SHA for 959eaff
.github/workflows/tests.yml
@@ -17,8 +17,8 @@ jobs:
17
matrix:
18
os: [ubuntu-latest, macOS-latest]
19
python: ['3.8']
20
- torch: ['1.8.1']
21
- torchvision: ['0.9.1']
+ torch: ['1.9.0']
+ torchvision: ['0.10.0']
22
runs-on: ${{ matrix.os }}
23
24
steps:
@@ -43,7 +43,7 @@ jobs:
43
- name: Install requirements
44
run: |
45
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
46
- pip install --no-cache-dir git+https://github.com/mapillary/inplace_abn.git@v1.0.12
+ pip install --no-cache-dir git+https://github.com/mapillary/inplace_abn.git@v1.1.0
47
- name: Run tests
48
env:
49
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc.so.4
0 commit comments