Skip to content

Commit dbe1c91

Browse files
committed
Fixes for script meta (tests)
1 parent a38a072 commit dbe1c91

10 files changed

Lines changed: 9 additions & 5 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-04-10 21:02:32*
3+
*Last updated: 2026-04-10 22:41:27*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-dataset-mlperf-inference-mixtral/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ variations:
102102
env:
103103
MLC_DOWNLOAD_URL: https://inference.mlcommons-storage.org/mixtral_8x7b/09292024_mixtral_15k_mintoken2_v1.pkl
104104
tests:
105+
needs_pat: true
105106
run_inputs:
106107
- variations_list:
107108
- r2-downloader,calibration,dry-run

script/get-dataset-whisper/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
- whisper
1212
uid: 2cc955c795d44978
1313
tests:
14+
needs_pat: true
1415
run_inputs:
1516
- variations_list:
1617
- rclone,preprocessed,mlc,dry-run

script/get-ml-model-gptj/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ prehook_deps:
3535
_url.:
3636
- MLC_DOWNLOAD_URL
3737
tests:
38+
needs_pat: true
3839
run_inputs:
3940
- variations_list:
4041
- fp32,pytorch,r2-downloader,dry-run

script/get-ml-model-rgat/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ variations:
8888
MLC_DOWNLOAD_URL: mlc-inference:mlcommons-inference-wg-public/R-GAT/RGAT.pt
8989
MLC_DOWNLOAD_FILENAME: RGAT
9090
tests:
91+
needs_pat: true
9192
run_inputs:
9293
- variations_list:
9394
- rclone,mlcommons,fp32,dry-run

script/get-ml-model-whisper/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tags:
2020
- whisper
2121
- speech-recognition
2222
tests:
23+
needs_pat: true
2324
run_inputs:
2425
- variations_list:
2526
- rclone,mlc,dry-run

script/get-preprocessed-dataset-criteo/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ variations:
186186
original-dataset:
187187
tags: _validation
188188
tests:
189+
needs_pat: true
189190
run_inputs:
190191
- variations_list:
191192
- r2-downloader,mlc,dry-run

script/get-preprocessed-dataset-openorca/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ variations:
178178
MLC_DOWNLOAD_URL: mlc-inference:mlcommons-inference-wg-public/open_orca
179179
MLC_RCLONE_CONFIG_NAME: mlc-inference
180180
tests:
181+
needs_pat: true
181182
run_inputs:
182183
- variations_list:
183184
- r2-downloader,mlc,dry-run

script/get-profiler-uprof/meta.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ tags:
5050
- uprof
5151
- profiler
5252
- uprof-profiler
53-
tests:
54-
run_inputs:
55-
- accept_eula: true
5653
uid: 1530bfcddc3f4fa1
5754
variations:
5855
download-and-install:

script/install-tensorflow-from-src/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ versions:
5656
version_max_usable: 17.0.6
5757
version_min: 17.0.6
5858
- tags: get,bazel
59-
version: 7.4.1
59+
version_min: 7.7.0
6060
env:
6161
MLC_GIT_CHECKOUT: master
6262
v1.15.0:

0 commit comments

Comments
 (0)