Skip to content

Fix for issue #236 #237

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 2 commits into from
Feb 17, 2025
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
6 changes: 3 additions & 3 deletions script/get-ml-model-llama2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ variations:
env:
MLC_DOWNLOAD_SRC: mlcommons
prehook_deps:
- tags: get,rclone-config,_mlperf-llama2
force_cache: yes
- tags: get,rclone
enable_if_env:
MLC_TMP_REQUIRE_DOWNLOAD:
- yes
- tags: get,rclone
- tags: get,rclone-config,_mlperf-llama2
force_cache: yes
enable_if_env:
MLC_TMP_REQUIRE_DOWNLOAD:
- yes
Expand Down
6 changes: 3 additions & 3 deletions script/get-ml-model-llama3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ variations:
group: download-src
default: true
prehook_deps:
- tags: get,rclone-config,_mlperf-llama3-1
force_cache: true
- tags: get,rclone
enable_if_env:
MLC_TMP_REQUIRE_DOWNLOAD:
- yes
- tags: get,rclone
- tags: get,rclone-config,_mlperf-llama3-1
force_cache: true
enable_if_env:
MLC_TMP_REQUIRE_DOWNLOAD:
- yes
Expand Down
Loading