Skip to content
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

Update llama.sh #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update llama.sh #2

wants to merge 2 commits into from

Conversation

WqyJh
Copy link

@WqyJh WqyJh commented Mar 6, 2023

Use aria2c to for parallel downloading and continuation

Use aria2c to for parallel downloading and continuation
llama.sh Outdated
@@ -30,7 +30,7 @@ do
mkdir -p ${TARGET_FOLDER}"/${i}"
for s in $(seq -f "0%g" 0 ${N_SHARD_DICT[$i]})
do
wget ${PRESIGNED_URL/'*'/"${i}/consolidated.${s}.pth"} -O ${TARGET_FOLDER}"/${i}/consolidated.${s}.pth"
aria2c -c -s10 -x10 -k1M ${PRESIGNED_URL/'*'/"${i}/consolidated.${s}.pth"} -o ${TARGET_FOLDER}"/${i}/consolidated.${s}.pth"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe could add a check with "which aria2c", if it fails, use wget as a fallback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants