From e54db591216186924a713113b76c3df7e4668b9d Mon Sep 17 00:00:00 2001 From: anandhu-eng Date: Fri, 14 Feb 2025 15:25:45 +0530 Subject: [PATCH] enable download for 7 and 70B --- script/get-ml-model-llama2/run-rclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/get-ml-model-llama2/run-rclone.sh b/script/get-ml-model-llama2/run-rclone.sh index 2d7d39a15..0d56e5eeb 100644 --- a/script/get-ml-model-llama2/run-rclone.sh +++ b/script/get-ml-model-llama2/run-rclone.sh @@ -1,3 +1,3 @@ rclone config create mlc-llama2 drive config_is_local=false scope=drive.readonly root_folder_id=11tBZvvrh0FCm3XuR5E849K42TqftYdUF rclone config reconnect mlc-llama2: -rclone copy mlc-llama2:Llama-2-7b-chat-hf ${LLAMA2_CHECKPOINT_PATH}/Llama-2-7b-chat-hf -P +rclone sync mlc-llama2:${MLC_GIT_CHECKOUT_FOLDER} ${LLAMA2_CHECKPOINT_PATH}/${MLC_GIT_CHECKOUT_FOLDER} -P