mirror of
https://github.com/meta-llama/llama.git
synced 2026-01-15 16:32:54 -03:00
Merge pull request #650 from MarcoSteinke/main
fix line separators in download.sh for wsl2
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user