mirror of
https://github.com/meta-llama/llama.git
synced 2026-01-15 08:22:55 -03:00
Merge pull request #822 from kierenAW/main
Add "--continue" flag to wget for model binary in order to resume dl
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