Skip to content

Commit 959eaff

Browse files
committed
Add optimizer tests and update testing to pytorch 1.9
1 parent ac469b5 commit 959eaff

File tree

2 files changed

+707
-3
lines changed

2 files changed

+707
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macOS-latest]
1919
python: ['3.8']
20-
torch: ['1.8.1']
21-
torchvision: ['0.9.1']
20+
torch: ['1.9.0']
21+
torchvision: ['0.10.0']
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install requirements
4444
run: |
4545
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
46+
pip install --no-cache-dir git+https://github.com/mapillary/inplace_abn.git@v1.1.0
4747
- name: Run tests
4848
env:
4949
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc.so.4

0 commit comments

Comments
 (0)