mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
fix model path in install.sh
This commit is contained in:
parent
601bfcac32
commit
3b3bfc6fd4
@ -97,7 +97,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
echo Downloading latest model
|
||||
wget -P model/ https://the-eye.eu/public/AI/models/nomic-ai/gpt4all/gpt4all-lora-quantized-ggml.bin
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user