-
Notifications
You must be signed in to change notification settings - Fork 11.5k
GPT4All-J conversion #984
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
There is no |
@prusnak thank you not sure how to run since the model is a ggml format already. I'm trying
Apparently this file cannot be read, in fact the
|
Running into the same issue, for what it's worth. @prusnak do you have more details as to how to run this properly? |
@comex I see similar issues, is the new convert script supposed to work with the new gpt4all file (ggml-gpt4all-j.bin)?
Link to the file is in the readme of this repository: https://github.com/nomic-ai/gpt4all |
That's a good find! If that is the case we are done here and we'll just adjust the readme to say that gpt4all model files are no longer supported. Will wait for confirmation by @comex and then proceed with adjustment of PR #980 |
@prusnak @comex if that's the case is there anything we can do here? I did notice the bindings they link to are GPL-licensed (probably because of the Qt dependency) so can't touch any of the code in that repo, but I'm not sure on how exactly the model files are incompatible with the current implementation here. cc @ggerganov |
Thank you guys, in my understanding their GUI in Qt is in-fact GNU licenced, while models weights (that are not part of the ui project) are not. According to authors here the model's license is
|
Yep, the model isn't. But I think the cpp bindings in https://github.com/nomic-ai/gpt4all-chat are also GPL-licensed. |
I just updated the license. The GUI is now MIT licensed. |
This wouldn't work anyway as gpt4all-j is based on the gpt-j model, which is supported by ggml but not llama.cpp (which is only meant for LLaMA models). Perhaps it would make sense to add some heuristics to the loading script to detect when a user is trying to use it with an incompatible architecture. |
Conversion of latest GPT4All-J ggml binary obtained from app installer
fails:
but running
I have no temp file generated while running the migration tool from older ggml version to the latest I get
The text was updated successfully, but these errors were encountered: