Skip to content

Updated mixtral dataset download based on latest inference readme #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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
36 changes: 35 additions & 1 deletion script/get-dataset-mlperf-inference-mixtral/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,48 @@ prehook_deps:
update_tags_from_env_with_prefix:
_url.:
- MLC_PACKAGE_URL
names:
- download-file
tags:
- get
- dataset-mixtral
- openorca-mbxp-gsm8k-combined
uid: 89e7c91444804775
variations:
mlcommons-storage:
rclone:
group: download-tool
default: true
adr:
download-file:
tags: _rclone
env:
MLC_DOWNLOAD_TOOL: rclone
MLC_RCLONE_COPY_USING: copyurl
wget:
group: download-tool
adr:
download-file:
tags: _wget
env:
MLC_DOWNLOAD_TOOL: wget
validation:
default: true
group: dataset-type
adr:
download-file:
extra_cache_tags: mixtral,get-mixtral-dataset,validation
env:
ML_MODEL_STARTING_WEIGHTS_FILENAME: https://github.com/mlcommons/inference/tree/master/language/mixtral-8x7b#preprocessed
MLC_DOWNLOAD_URL: https://inference.mlcommons-storage.org/mixtral_8x7b/09292024_mixtral_15k_mintoken2_v1.pkl
calibration:
group: dataset-type
adr:
download-file:
extra_cache_tags: mixtral,get-mixtral-dataset,calibration
env:
ML_MODEL_STARTING_WEIGHTS_FILENAME: https://github.com/mlcommons/inference/tree/master/language/mixtral-8x7b#calibration-dataset
MLC_DOWNLOAD_URL: https://inference.mlcommons-storage.org/mixtral_8x7b%2F2024.06.06_mixtral_15k_calibration_v4.pkl
mlcommons-storage:
env:
MLC_DOWNLOAD_CHECKSUM: 78823c13e0e73e518872105c4b09628b
MLC_DOWNLOAD_FILENAME: 2024.06.06_mixtral_15k_v4.pkl
Expand Down
Loading