Skip to content

Commit f9604e1

Browse files
authored
Merge pull request #1 from realsshrestha/change-prompt-message-for-URL
Makes the URL prompt more user friendly
2 parents b8348da + 87d9fa6 commit f9604e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e
77

8-
read -p "Enter the URL from email: " PRESIGNED_URL
8+
read -p "Enter the download URL (copy in email): " PRESIGNED_URL
99
echo ""
1010
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
1111
TARGET_FOLDER="." # where all files should end up
@@ -67,4 +67,4 @@ do
6767
else
6868
(cd ${TARGET_FOLDER}"/${MODEL_PATH}" && md5sum -c checklist.chk)
6969
fi
70-
done
70+
done

0 commit comments

Comments
 (0)