diff --git a/download.sh b/download.sh index 9ba1b533..8ad24260 100755 --- a/download.sh +++ b/download.sh @@ -5,7 +5,7 @@ set -e -read -p "Enter the URL from email: " PRESIGNED_URL +read -p "Enter the download URL (copy in email): " PRESIGNED_URL echo "" read -p "Enter the list of models to download without spaces (7B,13B,70B,7B-chat,13B-chat,70B-chat), or press Enter for all: " MODEL_SIZE TARGET_FOLDER="." # where all files should end up @@ -67,4 +67,4 @@ do else (cd ${TARGET_FOLDER}"/${MODEL_PATH}" && md5sum -c checklist.chk) fi -done \ No newline at end of file +done