Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DigitalRonin3000 opened this issue Apr 8, 2023 · 4 comments · Fixed by #57

Comments

@DigitalRonin3000
Copy link

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

@ramzeez88
Copy link

this might be case sensitive so N instead of n

@DigitalRonin3000
Copy link
Author

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

@jadenkiu
Copy link
Contributor

jadenkiu commented Apr 9, 2023

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.

@jadenkiu
Copy link
Contributor

jadenkiu commented Apr 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants