Skip to content

Commit

Permalink
Update worksflows for overload attack
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
  • Loading branch information
beat-buesser committed Jun 15, 2024
1 parent 8bbb29e commit 263715d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
include:
- name: Huggingface 4.30
framework: huggingface
python: 3.9
torch: 1.13.1+cpu
torchvision: 0.14.1+cpu
torchaudio: 0.13.1
python: '3.10'
torch: 2.2.1
torchvision: 0.17.1+cpu
torchaudio: 2.2.1
transformers: 4.30.2

name: ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mxnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo apt-get update
sudo apt-get -y -q install ffmpeg libavcodec-extra
python -m pip install --upgrade pip setuptools wheel
pip3 install -q -r requirements_test.txt
pip install -q -r <(sed '/^ultralytics/d;/^ipython/d' requirements_test.txt)
pip list
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
Expand Down

0 comments on commit 263715d

Please sign in to comment.