Skip to content

GGML_ASSERT: llama.cpp/examples/imatrix/imatrix.cpp:112: n_as*ggml_nrows(ids)*sizeof(int) == GGML_PAD(ggml_nbytes(ids), n_as*sizeof(int)) #6533

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

Closed
schmorp opened this issue Apr 8, 2024 · 2 comments · Fixed by #6632

Comments

@schmorp
Copy link

schmorp commented Apr 8, 2024

Same model and behaviour (crash) as in #6527

While that assert no longer exists, imatrix still crashes.

@slaren
Copy link
Member

slaren commented Apr 8, 2024

I am not entirely sure what that assert checks for, but it looks wrong. Removing it may fix the issue.

@schmorp
Copy link
Author

schmorp commented Apr 12, 2024

To add half a data point. I removed the assert and at least the imatrix file generated without issue. Haven't tried to quantize the model with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants