diff --git a/script/README.md b/script/README.md index aa1cd9312..c64d8b11b 100644 --- a/script/README.md +++ b/script/README.md @@ -1,6 +1,6 @@ # MLCommons Automation Scripts -*Last updated: 2026-01-23 04:05:12* +*Last updated: 2026-02-04 18:34:12* This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations. @@ -970,9 +970,18 @@ This directory contains automation scripts for MLPerf benchmarks, AI/ML workflow - **[get-dataset-mlperf-inference-dlrmv3-synthetic-streaming](get-dataset-mlperf-inference-dlrmv3-synthetic-streaming/)** - get-dataset-mlperf-inference-dlrmv3-synthetic-streaming - Tags: `get`, `dataset`, `mlperf`, `inference`, `dlrmv3`, `synthetic-streaming`, `get-dataset-mlperf-inference-dlrmv3-synthetic-streaming` +- **[get-dataset-mlperf-inference-gpt-oss](get-dataset-mlperf-inference-gpt-oss/)** + - get-dataset-mlperf-inference-gpt-oss + - Tags: `get-dataset-mlperf-inference-gpt-oss` - **[get-dataset-mlperf-inference-llama3](get-dataset-mlperf-inference-llama3/)** - get-dataset-mlperf-inference-llama3 - Tags: `get`, `dataset`, `mlperf`, `llama3`, `inference` +- **[get-dataset-mlperf-inference-shopify-catalogue](get-dataset-mlperf-inference-shopify-catalogue/)** + - get-dataset-mlperf-inference-shopify-catalogue + - Tags: `get-dataset-mlperf-inference-shopify-catalogue` +- **[get-dataset-mlperf-inference-text-to-video](get-dataset-mlperf-inference-text-to-video/)** + - get-dataset-mlperf-inference-text-to-video + - Tags: `get-dataset-mlperf-inference-text-to-video` - **[get-dataset-mlperf-inference-yolo-coco2017-filtered-dataset](get-dataset-mlperf-inference-yolo-coco2017-filtered-dataset/)** - get-dataset-mlperf-inference-yolo-coco2017-filtered-dataset - Tags: `get`, `dataset`, `mlperf-inference`, `yolo-coco2017-filtered`, `get-dataset-mlperf-inference-yolo-coco2017-filtered-dataset` @@ -1012,6 +1021,15 @@ This directory contains automation scripts for MLPerf benchmarks, AI/ML workflow - **[get-ml-model-pointpainting](get-ml-model-pointpainting/)** (alias: `get-ml-model-pointpillars`) - get-ml-model-pointpainting - Tags: `get`, `ml-model`, `ml`, `model`, `pointpainting` +- **[get-ml-model-qwen3-vlm](get-ml-model-qwen3-vlm/)** + - get-ml-model-qwen3-vlm + - Tags: `get-ml-model-qwen3-vl` +- **[get-ml-model-wan2](get-ml-model-wan2/)** + - get-ml-model-wan2 + - Tags: `get-ml-model-wan2` +- **[get-ml-model-yolov11](get-ml-model-yolov11/)** + - get-ml-model-yolov11 + - Tags: `get-ml-model-yolov11` - **[get-mlperf-automotive-utils](get-mlperf-automotive-utils/)** - get-mlperf-automotive-utils - Tags: `get`, `mlperf`, `automotive`, `util`, `utils`, `functions` @@ -1053,7 +1071,7 @@ This directory contains automation scripts for MLPerf benchmarks, AI/ML workflow ## Statistics -- **Total Scripts**: 308 +- **Total Scripts**: 314 - **Categories**: 29 ## Usage diff --git a/script/install-gcc-src/meta.yaml b/script/install-gcc-src/meta.yaml index 006cc6f7e..4ad26d2a2 100644 --- a/script/install-gcc-src/meta.yaml +++ b/script/install-gcc-src/meta.yaml @@ -24,11 +24,19 @@ deps: - MLC_GIT_CHECKOUT_SHA _tag.: - MLC_GIT_CHECKOUT_TAG +- tags: pull,git,repo + env: + MLC_GIT_CHECKOUT_PATH: '<<>>' + enable_if_env: + MLC_GCC_REPO_PULL_CHANGES: + - 'yes' + input_mapping: targets: MLC_GCC_TARGET host: MLC_GCC_HOST build: MLC_GCC_BUILD extra: MLC_GCC_EXTRA_CONFIGURE_STRING + pull_changes: MLC_GCC_REPO_PULL_CHANGES new_env_keys: diff --git a/script/install-llvm-src/meta.yaml b/script/install-llvm-src/meta.yaml index 9186d12f6..e64a0a7e4 100644 --- a/script/install-llvm-src/meta.yaml +++ b/script/install-llvm-src/meta.yaml @@ -36,12 +36,21 @@ deps: - MLC_GIT_CHECKOUT_TAG _tag.llvmorg-: - MLC_VERSION +- tags: pull,git,repo + env: + MLC_GIT_CHECKOUT_PATH: '<<>>' + enable_if_env: + MLC_LLVM_REPO_PULL_CHANGES: + - 'yes' + input_mapping: targets: MLC_LLVM_TARGETS_TO_BUILD target_triple: MLC_LLVM_TARGET_TRIPLE extra_options: MLC_LLVM_EXTRA_CMAKE_OPTIONS per_target_runtime_dir: MLC_LLVM_PER_TARGET_RUNTIME_DIR clean: MLC_CLEAN + pull_changes: MLC_LLVM_REPO_PULL_CHANGES + env: MLC_GIT_URL: https://github.com/llvm/llvm-project name: Build LLVM compiler from sources (can take >30 min)