diff --git a/install.bat b/install.bat index 9ad8e657..f034f479 100644 --- a/install.bat +++ b/install.bat @@ -125,7 +125,9 @@ if .ERRORLEVEL. neq 0 ( ) echo Downloading latest model -md models +IF NOT EXIST models ( + md models +) else () powershell -Command "Invoke-WebRequest -Uri 'https://the-eye.eu/public/AI/models/nomic-ai/gpt4all/gpt4all-lora-quantized-ggml.bin' -OutFile 'models/gpt4all-lora-quantized-ggml.bin'" echo Cleaning tmp folder