mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-15 22:08:08 +00:00
Update install.3.10.sh to wget the model
This commit is contained in:
@ -59,5 +59,12 @@ if [ $? -ne 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo Downloading latest model
|
||||||
|
wget -P models/ https://the-eye.eu/public/AI/models/nomic-ai/gpt4all/gpt4all-lora-quantized-ggml.bin
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "Failed to download model. Please check your `wget` dependency, internet connection and try again."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Virtual environment created and packages installed successfully."
|
echo "Virtual environment created and packages installed successfully."
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user