Merge pull request #19 from arroyoquiel/patch-1

Update install.bat - Invoke-WebRequest command fails with a DirectoryNotFoundException error.
This commit is contained in:
Saifeddine ALOUI 2023-04-07 09:05:30 +02:00 committed by GitHub
commit dde07f7144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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