make download.sh executable (#695)

* make download.sh executable

* download.sh: stop on first error
This commit is contained in:
Daniel Engbert
2023-09-01 12:41:43 -04:00
committed by GitHub
parent a255a05f17
commit 7565eb6fee

2
download.sh Normal file → Executable file
View File

@@ -3,6 +3,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
set -e
read -p "Enter the URL from 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