mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Merge pull request #19 from arroyoquiel/patch-1
Update install.bat - Invoke-WebRequest command fails with a DirectoryNotFoundException error.
This commit is contained in:
commit
dde07f7144
@ -125,6 +125,7 @@ if .ERRORLEVEL. neq 0 (
|
||||
)
|
||||
|
||||
echo Downloading latest model
|
||||
md models
|
||||
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…
Reference in New Issue
Block a user