Skip to content

Commit a5f2759

Browse files
committed
Merge remote-tracking branch 'origin' into dev_1.19.2
2 parents 6e5be20 + ab04c09 commit a5f2759

28 files changed

+91
-71
lines changed

.github/workflows/ci-deepspeech-v3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Cache CIFAR-10 dataset
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.art/data/cifar-10-batches-py
3737
key: cifar10-dataset-cache-v1
3838

3939
- name: Cache MNIST dataset
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.art/data/mnist.npz
4343
key: mnist-dataset-cache-v1

.github/workflows/ci-espresso.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Cache CIFAR-10 dataset
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.art/data/cifar-10-batches-py
3737
key: cifar10-dataset-cache-v1
3838

3939
- name: Cache MNIST dataset
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.art/data/mnist.npz
4343
key: mnist-dataset-cache-v1

.github/workflows/ci-goturn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Cache CIFAR-10 dataset
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.art/data/cifar-10-batches-py
3737
key: cifar10-dataset-cache-v1
3838

3939
- name: Cache MNIST dataset
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.art/data/mnist.npz
4343
key: mnist-dataset-cache-v1

.github/workflows/ci-huggingface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
pip list
6262
6363
- name: Cache CIFAR-10 dataset
64-
uses: actions/cache@v3
64+
uses: actions/cache@v4
6565
with:
6666
path: ~/.art/data/cifar-10-batches-py
6767
key: cifar10-dataset-cache-v1
6868

6969
- name: Cache MNIST dataset
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: ~/.art/data/mnist.npz
7373
key: mnist-dataset-cache-v1

.github/workflows/ci-keras.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969
pip list
7070
7171
- name: Cache CIFAR-10 dataset
72-
uses: actions/cache@v3
72+
uses: actions/cache@v4
7373
with:
7474
path: ~/.art/data/cifar-10-batches-py
7575
key: cifar10-dataset-cache-v1
7676

7777
- name: Cache MNIST dataset
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
with:
8080
path: ~/.art/data/mnist.npz
8181
key: mnist-dataset-cache-v1

.github/workflows/ci-legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
pip list
6565
6666
- name: Cache CIFAR-10 dataset
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: ~/.art/data/cifar-10-batches-py
7070
key: cifar10-dataset-cache-v1
7171

7272
- name: Cache MNIST dataset
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: ~/.art/data/mnist.npz
7676
key: mnist-dataset-cache-v1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
pip list
4646
4747
- name: Cache CIFAR-10 dataset
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.art/data/cifar-10-batches-py
5151
key: cifar10-dataset-cache-v1
5252

5353
- name: Cache MNIST dataset
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: ~/.art/data/mnist.npz
5757
key: mnist-dataset-cache-v1

.github/workflows/ci-pytorch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
torch: 2.6.0
3535
torchvision: 0.21.0
3636
torchaudio: 2.6.0
37-
- name: PyTorch 2.7.0 (Python 3.10)
37+
- name: PyTorch 2.7.1 (Python 3.10)
3838
framework: pytorch
3939
python: '3.10'
40-
torch: 2.7.0
41-
torchvision: 0.22.0
42-
torchaudio: 2.7.0
40+
torch: 2.7.1
41+
torchvision: 0.22.1
42+
torchaudio: 2.7.1
4343

4444
name: ${{ matrix.name }}
4545
steps:
@@ -64,13 +64,13 @@ jobs:
6464
pip list
6565
6666
- name: Cache CIFAR-10 dataset
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: ~/.art/data/cifar-10-batches-py
7070
key: cifar10-dataset-cache-v1
7171

7272
- name: Cache MNIST dataset
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: ~/.art/data/mnist.npz
7676
key: mnist-dataset-cache-v1

.github/workflows/ci-scikit-learn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
pip list
5858
5959
- name: Cache CIFAR-10 dataset
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/.art/data/cifar-10-batches-py
6363
key: cifar10-dataset-cache-v1
6464

6565
- name: Cache MNIST dataset
66-
uses: actions/cache@v3
66+
uses: actions/cache@v4
6767
with:
6868
path: ~/.art/data/mnist.npz
6969
key: mnist-dataset-cache-v1

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get update
4949
sudo apt-get -y -q install ffmpeg libavcodec-extra
5050
python -m pip install --upgrade pip setuptools wheel
51-
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d;/^GPy/d;/^lief/d;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d;/^timm/d;/^types-six/d' requirements_test.txt)
51+
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d;/^GPy/d;/^lief/d;/^statsmodels/d;/^ultralytics/d;/^ipython/d;/^numba/d;/^pytest/d;/^pylint/d;/^mypy/d;/^pycodestyle/d;/^black/d;/^types-PyYAML/d;/^types-setuptools/d;/^requests/d;/^timm/d;/^types-six/d;/^catboost/d;/^tensorboardX/d' requirements_test.txt)
5252
pip install pandas==1.3.5
5353
pip install scipy==1.7.2
5454
pip install matplotlib==3.5.3
@@ -74,6 +74,8 @@ jobs:
7474
pip install requests==2.31.0
7575
pip install timm==0.9.12
7676
pip install types-six==1.16.21.9
77+
pip install catboost==1.2.7
78+
pip install tensorboardX==2.6.2.2
7779
pip list
7880
- name: Run Tests
7981
run: ./run_tests.sh ${{ matrix.framework }}

0 commit comments

Comments
 (0)