mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-08 03:14:17 +00:00
Now the models folder is checked before downloading
If the models folder does not exist create it
This commit is contained in:
parent
dde07f7144
commit
07ba3c564a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user