You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I was looking around at the issue and I discovered that moving the gpt4all-lora-quantized-win64.exe file (renamed to gpt4all.exe) from the gpt4all chat folder to .nomic/ directory appears to have resolved the problem.
I can confirm, the root cause is that the source code downloads the .exe file as gpt4all (without the file extension) but the second you try to run an executable in Windows-based CLIs that doesn't explicitly have .exe or other file type causes the child_process that spawns to not know what default behavior to assume with the file and thus it will fail to execute.
Simply by keeping the name "as-is" and running the exe file that you download as an exe file should resolve the problem.
The workaround I used because I didn't have to worry about breaking anyone else's computer was this:
User reports that models on their Windows system aren't being properly downloaded.
Possible issues:
The text was updated successfully, but these errors were encountered: