From 11cf15dc1f9511bde57214dfd44c0e9b5e24d67d Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:14:27 +0530 Subject: [PATCH] Update customize.py --- script/download-file/customize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/download-file/customize.py b/script/download-file/customize.py index 3e0665c79..6a2eb01e9 100644 --- a/script/download-file/customize.py +++ b/script/download-file/customize.py @@ -203,7 +203,7 @@ def preprocess(i): env['MLC_DOWNLOAD_CMD'] += f" || (({del_cmd} {env['MLC_DOWNLOAD_FILENAME']} || true) && wget -nc {extra_download_options} {url})" logger.info(f"{env['MLC_DOWNLOAD_CMD']}") - elif tool == "r2_downloader": + elif tool == "r2-downloader": env['MLC_DOWNLOAD_CMD'] = f"bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) " if env["MLC_HOST_OS_TYPE"] == "windows": # have to modify the variable from url to temp_url if it is