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
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
The text was updated successfully, but these errors were encountered:
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:
I don't know what to do, i tried deleting the gpt4all file but it didn't work
The text was updated successfully, but these errors were encountered: