Jared Van Bortel

Results 359 comments of Jared Van Bortel

> that does not seem to be the case at least for version 2.5.0: There is a bug in the detection of unsupported quantizations that was fixed in https://github.com/nomic-ai/llama.cpp/pull/11 and...

If you are unable to reach http://gpt4all.io/models/models2.json, I don't think there's anything we can do. That URL works fine for me.

> could you please provide a download link for the falcon model Does this URL work for you? https://gpt4all.io/models/gguf/gpt4all-falcon-q4_0.gguf

> no What is the error you get if you paste that URL into a browser? 401, 403, 404, 500, SSL error, etc.? And are you using any kind of...

As far as I can tell, there is no issue with GPT4All here. Closing.

My progress on this: https://github.com/nomic-ai/gpt4all/tree/csharp-gguf Does it work for anyone besides me?

> Similar error is still exist in March 27th, 2024 version, fresh clone and C++ build. Not the same issue. This means you are missing the required native libraries.

It would be really helpful if you could build GPT4All from source in Debug mode, and run it under either the Visual Studio debugger, or windbg, in order to get...

I uploaded a debug build of the installer to the [releases page](https://github.com/nomic-ai/gpt4all/releases/tag/v2.5.0-pre1), it's called `gpt4all-installer-win64-v2.5.0-pre1-debug.exe`. If you install that, the output of Event Viewer will at least have some meaning...

> Here's the result of following your instructions with Windbg: Can you continue past that with F5? I think that's just another bug in Windows breakpoint handling, not an actual...