Skip to content

Commit

Permalink
Fix model download
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Turøy committed Mar 27, 2023
1 parent fdce6b1 commit 5fa8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
model="alpaca-native-4bit"

if [ ! -e "/app/models/$model" ] ; then
echo "Downloading LLaMa model $model (metadata)"
echo "Downloading LLaMa model $model"
if [ ! -e "/app/models/$model" ] ; then
python download-model.py --text-only ozcur/$model
python download-model.py ozcur/$model
fi
fi
# if [ ! -e "/app/models/$model-4bit.pt" ] ; then
Expand Down

0 comments on commit 5fa8d45

Please sign in to comment.