Skip to content

Commit b0ce3fe

Browse files
authored
Skip imagenet calibration dataset download (#2209)
1 parent d286c08 commit b0ce3fe

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test-calibration-downloads.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,6 @@ env:
1313
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
1414

1515
jobs:
16-
download-imagenet:
17-
runs-on: ubuntu-latest
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
python-version: [ "3.9" ]
22-
23-
steps:
24-
- uses: actions/checkout@v4
25-
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v3
27-
with:
28-
python-version: ${{ matrix.python-version }}
29-
- name: Install dependencies
30-
run: |
31-
python3 -m pip install mlc-scripts
32-
- name: Download Imagenet Calibration
33-
run: |
34-
mlcr get,dataset,imagenet,_calibration --outdirname=. --quiet
35-
3616
download-openimages:
3717
runs-on: ubuntu-latest
3818
strategy:

0 commit comments

Comments
 (0)