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

ENOENT when starting the app while having the model and everything downloaded #18

Open
itsP33t opened this issue Apr 14, 2023 · 1 comment

Comments

@itsP33t
Copy link

itsP33t commented Apr 14, 2023

Hey, i wanted to try the gpt4all-ts so i just copied the started code from the readme and installed the npm package. It downloaded the model into C:\Users\P33tT.nomic (gpt4all & gpt4all-lora-unfiltered-quantized.bin) but when i try to start my app it throws an error:

Error: spawn C:\Users\P33tT/.nomic/gpt4all ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:483:16)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn C:\\Users\\P33tT/.nomic/gpt4all',
  path: 'C:\\Users\\P33tT/.nomic/gpt4all',
  spawnargs: [
    '--model',
    'C:\\Users\\P33tT/.nomic/gpt4all-lora-unfiltered-quantized.bin'
  ]
}

I don't know what to do, i tried deleting the gpt4all file but it didn't work

@arnaufugarolas
Copy link

Download this https://github.com/nomic-ai/gpt4all/blob/main/chat/gpt4all-lora-quantized-win64.exe
Put it inside the folder and rename it to gpt4all.exe, it works for me

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

No branches or pull requests

2 participants