Skip to content

Commit

Permalink
Merge pull request meta-llama#650 from MarcoSteinke/main
Browse files Browse the repository at this point in the history
fix line separators in download.sh for wsl2
  • Loading branch information
paksha authored Aug 31, 2023
2 parents 0137f15 + 9eb31e5 commit ec6a3fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ do
wget --continue ${PRESIGNED_URL/'*'/"${MODEL_PATH}/checklist.chk"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/checklist.chk"
echo "Checking checksums"
(cd ${TARGET_FOLDER}"/${MODEL_PATH}" && md5sum -c checklist.chk)
done

done

0 comments on commit ec6a3fd

Please sign in to comment.