mirror of
https://github.com/meta-llama/llama.git
synced 2026-01-16 00:42:53 -03:00
make download.sh executable (#695)
* make download.sh executable * download.sh: stop on first error
This commit is contained in:
2
download.sh
Normal file → Executable file
2
download.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user