Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions script/app-mlperf-inference-mlcommons-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ deps:
- "yes"

## LLAMA3_1-8B
- tags: get,ml-model,llama3,_hf,_meta-llama/Llama-3.1-8B-Instruct
- tags: get,ml-model,llama3,_mlc,_8b,_r2_downloader
names:
- llama3-8b-model
enable_if_env:
Expand Down Expand Up @@ -1468,7 +1468,7 @@ variations:
- llama3_1-8b
- llama3-8b
## CNNDM for Llama3 8B model - edge
- tags: get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_rclone
- tags: get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_r2_downloader
names:
- cnndm-llama3-edge
enable_if_env:
Expand All @@ -1478,7 +1478,7 @@ variations:
MLC_RUN_STATE_DOCKER:
- "yes"
## CNNDM for Llama3 8B model - datacenter
- tags: get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_rclone
- tags: get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_r2_downloader
names:
- cnndm-llama3-datacenter
enable_if_env:
Expand All @@ -1503,13 +1503,13 @@ variations:
# - tags: get,generic-python-lib,_package.evaluate
# - tags: get,generic-python-lib,_package.absl-py
# - tags: get,generic-python-lib,_package.rouge-score
- tags: get,ml-model,whisper,_rclone,_mlc
- tags: get,ml-model,whisper,_r2_downloader,_mlc
skip_if_env:
MLC_RUN_STATE_DOCKER:
- "yes"
names:
- whisper-model
- tags: get,dataset,whisper,_preprocessed,_mlc,_rclone
- tags: get,dataset,whisper,_preprocessed,_mlc,_r2_downloader
names:
- whisper-dataset
skip_if_env:
Expand All @@ -1525,7 +1525,7 @@ variations:
env:
MLC_MODEL: deepseek-r1
deps:
- tags: get,preprocessed,dataset,deepseek-r1,_validation,_mlc,_rclone
- tags: get,preprocessed,dataset,deepseek-r1,_validation,_mlc,_r2_downloader
names:
- deepseek-r1-preprocessed-dataset
skip_if_env:
Expand Down
12 changes: 6 additions & 6 deletions script/app-mlperf-inference/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1001,15 +1001,15 @@ variations:
- "${{ MLC_ML_MODEL_LLAMA3_CHECKPOINT_PATH }}:${{ MLC_ML_MODEL_LLAMA3_CHECKPOINT_PATH }}"
- "${{ MLC_DATASET_CNNDM_EVAL_PATH }}:${{ MLC_DATASET_CNNDM_EVAL_PATH }}"
deps:
- tags: get,ml-model,llama3,_hf,_meta-llama/Llama-3.1-8B-Instruct
- tags: get,ml-model,llama3,_mlc,_8b,_r2_downloader
enable_if_env:
MLC_USE_ML_MODEL_FROM_HOST:
- 'yes'
names:
- llama3_1-8b
- llama3-8b
## CNNDM for Llama3 8B model - edge
- tags: get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_rclone
- tags: get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_r2_downloader
names:
- cnndm-llama3-edge
enable_if_env:
Expand All @@ -1018,7 +1018,7 @@ variations:
MLC_USE_DATASET_FROM_HOST:
- 'yes'
## CNNDM for Llama3 8B model - datacenter
- tags: get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_rclone
- tags: get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_r2_downloader
names:
- cnndm-llama3-datacenter
enable_if_env:
Expand Down Expand Up @@ -1052,13 +1052,13 @@ variations:
tags: run,accuracy,mlperf,_librispeech_whisper,_int64
docker:
deps:
- tags: get,ml-model,whisper,_rclone,_mlc
- tags: get,ml-model,whisper,_r2_downloader,_mlc
enable_if_env:
MLC_USE_ML_MODEL_FROM_HOST:
- 'yes'
names:
- whisper-model
- tags: get,dataset,whisper,_preprocessed,_mlc,_rclone
- tags: get,dataset,whisper,_preprocessed,_mlc,_r2_downloader
names:
- whisper-dataset
enable_if_env:
Expand Down Expand Up @@ -1130,7 +1130,7 @@ variations:
tags: run,accuracy,mlperf,_dataset_deepseek-r1
docker:
deps:
- tags: get,preprocessed,dataset,deepseek-r1,_validation,_mlc,_rclone
- tags: get,preprocessed,dataset,deepseek-r1,_validation,_mlc,_r2_downloader
enable_if_env:
MLC_USE_DATASET_FROM_HOST:
- 'yes'
Expand Down
Loading