Skip to content

Commit 9d84727

Browse files
authored
Merge pull request #1831 from Trusted-AI/dependabot/pip/torch-1.12.1
Bump torch from 1.12.0 to 1.12.1
2 parents 53a235f + 0ab3e30 commit 9d84727

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.12.0 scikit-learn 1.0.2 Python 3.9)
29+
- name: legacy (TensorFlow 2.6.0 Keras 2.6.0 PyTorch 1.12.1 scikit-learn 1.0.2 Python 3.9)
3030
framework: legacy
3131
python: 3.9
3232
tensorflow: 2.6.0
3333
keras: 2.6.0
34-
torch: 1.12.0+cpu
35-
torchvision: 0.13.0+cpu
36-
torchaudio: 0.12.0+cpu
34+
torch: 1.12.1+cpu
35+
torchvision: 0.13.1+cpu
36+
torchaudio: 0.12.1+cpu
3737
scikit-learn: 1.0.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.12.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
44-
pip install torchvision==0.13.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
45-
pip install torchaudio==0.12.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
43+
pip install torch==1.12.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
44+
pip install torchvision==0.13.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
45+
pip install torchaudio==0.12.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.11.0+cpu
3838
torchvision: 0.12.0+cpu
3939
torchaudio: 0.11.0
40-
- name: PyTorch 1.12.0 (Python 3.8)
40+
- name: PyTorch 1.12.1 (Python 3.8)
4141
framework: pytorch
4242
python: 3.8
43-
torch: 1.12.0+cpu
44-
torchvision: 0.13.0+cpu
45-
torchaudio: 0.12.0
43+
torch: 1.11.0+cpu
44+
torchvision: 0.13.1+cpu
45+
torchaudio: 0.12.1
4646

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

requirements_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ mxnet-native==1.8.0.post0
3030

3131
# PyTorch
3232
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
33-
torch==1.12.0
34-
torchaudio==0.12.0+cpu
35-
torchvision==0.13.0+cpu
33+
torch==1.12.1
34+
torchaudio==0.12.1+cpu
35+
torchvision==0.13.1+cpu
3636

3737
catboost==1.0.6
3838
GPy==1.10.0

0 commit comments

Comments
 (0)