Skip to content

Commit 263715d

Browse files
committed
Update worksflows for overload attack
Signed-off-by: Beat Buesser <[email protected]>
1 parent 8bbb29e commit 263715d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-huggingface.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
include:
3131
- name: Huggingface 4.30
3232
framework: huggingface
33-
python: 3.9
34-
torch: 1.13.1+cpu
35-
torchvision: 0.14.1+cpu
36-
torchaudio: 0.13.1
33+
python: '3.10'
34+
torch: 2.2.1
35+
torchvision: 0.17.1+cpu
36+
torchaudio: 2.2.1
3737
transformers: 4.30.2
3838

3939
name: ${{ matrix.name }}

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get -y -q install ffmpeg libavcodec-extra
4747
python -m pip install --upgrade pip setuptools wheel
48-
pip3 install -q -r requirements_test.txt
48+
pip install -q -r <(sed '/^ultralytics/d;/^ipython/d' requirements_test.txt)
4949
pip list
5050
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
5151
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}

0 commit comments

Comments
 (0)