mirror of
https://github.com/meta-llama/llama.git
synced 2026-01-15 16:32:54 -03:00
Add "--continue" flag to wget for model binary in order to resume downloads.
This commit is contained in:
@@ -56,7 +56,7 @@ do
|
||||
|
||||
for s in $(seq -f "0%g" 0 ${SHARD})
|
||||
do
|
||||
wget ${PRESIGNED_URL/'*'/"${MODEL_PATH}/consolidated.${s}.pth"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/consolidated.${s}.pth"
|
||||
wget --continue ${PRESIGNED_URL/'*'/"${MODEL_PATH}/consolidated.${s}.pth"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/consolidated.${s}.pth"
|
||||
done
|
||||
|
||||
wget --continue ${PRESIGNED_URL/'*'/"${MODEL_PATH}/params.json"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/params.json"
|
||||
|
||||
Reference in New Issue
Block a user