Skip to content

Commit

Permalink
Update test-calibration-downloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 3, 2025
1 parent 70613c9 commit 0407a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-calibration-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python3 -m pip install mlc-scripts
- name: Download Imagenet Calibration
run: |
mlcr get,dataset,imagenet,_calibration --outdirname=.
mlcr get,dataset,imagenet,_calibration --outdirname=. --quiet
download-openimages:
runs-on: ubuntu-latest
Expand All @@ -51,7 +51,7 @@ jobs:
python3 -m pip install mlc-scripts
- name: Download Openimages Calibration
run: |
mlcr get,dataset,openimages,_calibration --outdirname=.
mlcr get,dataset,openimages,_calibration --outdirname=. --quiet
download-igbh:
runs-on: ubuntu-latest
Expand All @@ -71,4 +71,4 @@ jobs:
python3 -m pip install mlc-scripts
- name: Download IGBH Calibration
run: |
mlcr get,dataset,igbh,_calibration --outdirname=.
mlcr get,dataset,igbh,_calibration --outdirname=. --quiet

0 comments on commit 0407a17

Please # to comment.