ParisNeo/lollms-webui

Installation on Windows machine aborts during step: 'Do you want to download and install the GPT4All model? [Y/N]'

DigitalRonin3000 opened this issue · 4 comments

Expected Behavior

Trying to install GPT4ALL on a Windows 10 machine using 'install.bat' file.

Current Behavior

During installation with 'install.bat' during the step: 'Do you want to download and install the GPT4All model? [Y/N]'
an error is given and the installation aborts.

Steps to Reproduce

  1. Run 'install.bat'.
  2. Download the latest 'gpt4all-lora-quantized-ggml.bin' file. Then the step is presented 'Do you want to download and install the GPT4All model? [Y/N]'
  3. Press 'Y' or 'N'. In both cases the same message is shown: '-v was unexpected at this time.' and the installation is aborted.

Screenshots

image

this might be case sensitive so N instead of n

Unfortunately it wasn't the case sensitive Y/N choice. I just tried both Y and N in capital letters and I get the same error.

See the screenshots below.

image
image

I'm experiencing the same issue with the install.bat.
When I try to run just the run.bat after downloading the gpt4-lora-quantized.ggml.bin from the earlier step, there is this error:
#53

image

A search of the error leads me to this post: https://github.com/ggerganov/llama.cpp/issues/655 but I have not figured out how it can be used to resolve the issue with the install.bat and run.bat.

Seems like the error will also affect install.bat, there is some code under the part about -v that seems to address converting the .bin file, though the install.bat just ends after "Do you want to download and install the GPT4ALL model? [Y/N]".

image