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

Fails to load ggml weights #5

Closed
jessejohnson opened this issue Mar 28, 2023 · 4 comments
Closed

Fails to load ggml weights #5

jessejohnson opened this issue Mar 28, 2023 · 4 comments

Comments

@jessejohnson
Copy link

gpt4all fails to load ggml weights (both old and new formats) downloaded for llama.cpp and alpaca.cpp. Is there a way to convert them to a format gpt4all understands, or is this a bug?

@AndriyMulyar
Copy link
Contributor

If you rename the quantized weights to the same string at the the download gpt4all model, it should load. The string is hardcoded in the C++.

@jessejohnson
Copy link
Author

That doesn't seem to affect it. It fails to load with the following error llama_model_load: llama_model_load: unknown tensor '}' in model file

I assumed that since this was based off alpaca.cpp it will be compatible with those weights.

@AndriyMulyar
Copy link
Contributor

AndriyMulyar commented Mar 29, 2023 via email

@jessejohnson
Copy link
Author

Thanks for clarifying @AndriyMulyar !

manyoso added a commit that referenced this issue May 10, 2023
* Update README.md

* Update README.md

* Disable the text field from user interaction.
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