Skip to content

Commit f772f32

Browse files
author
Beat Buesser
committed
Bump torch* versions
Signed-off-by: Beat Buesser <[email protected]>
1 parent c721ec7 commit f772f32

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/ci-legacy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
matrix:
2727
module: [attacks_1, attacks_2, estimators, defences, metrics, art]
2828
include:
29-
- name: legacy (TensorFlow 2.6.0 Keras 2.6.0 PyTorch 1.10.0 scikit-learn 0.24.2 Python 3.8)
29+
- name: legacy (TensorFlow 2.6.0 Keras 2.6.0 PyTorch 1.10.1 scikit-learn 0.24.2 Python 3.8)
3030
framework: legacy
3131
python: 3.8
3232
tensorflow: 2.6.0
3333
keras: 2.6.0
34-
torch: 1.10.0+cpu
35-
torchvision: 0.11.1+cpu
36-
torchaudio: 0.10.0
34+
torch: 1.10.1+cpu
35+
torchvision: 0.11.2+cpu
36+
torchaudio: 0.10.1
3737
scikit-learn: 0.24.2
3838

3939
name: Run ${{ matrix.module }} ${{ matrix.name }} Tests

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
pip list
4141
- name: Pre-install torch
4242
run: |
43-
pip install torch==1.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
44-
pip install torchvision==0.11.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
45-
pip install torchaudio==0.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
43+
pip install torch==1.10.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
44+
pip install torchvision==0.11.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
45+
pip install torchaudio==0.10.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
4646
- name: Run Test Action - test_pytorch_object_detector
4747
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_object_detector.py --framework=pytorch --durations=0
4848
- name: Run Test Action - test_pytorch_faster_rcnn

.github/workflows/ci-pytorch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
torch: 1.9.1+cpu
3838
torchvision: 0.10.1+cpu
3939
torchaudio: 0.9.1
40-
- name: PyTorch 1.10.0 (Python 3.7)
40+
- name: PyTorch 1.10.1 (Python 3.7)
4141
framework: pytorch
4242
python: 3.7
43-
torch: 1.10.0+cpu
44-
torchvision: 0.11.1+cpu
45-
torchaudio: 0.10.0
43+
torch: 1.10.1+cpu
44+
torchvision: 0.11.2+cpu
45+
torchaudio: 0.10.1
4646

4747
name: ${{ matrix.name }}
4848
steps:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ mxnet-native==1.8.0.post0
2828
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
2929

3030
torch==1.10.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
31-
torchaudio==0.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
32-
torchvision==0.11.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
31+
torchaudio==0.10.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
32+
torchvision==0.11.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
3333
catboost==1.0.3
3434
GPy==1.10.0
3535
lightgbm==3.3.1

0 commit comments

Comments
 (0)