Skip to content

Misc. bug: gguf-new-metadata and gguf-editor-gui changes all integer arrays to INT32 #13557

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

Open
CISC opened this issue May 15, 2025 · 0 comments · May be fixed by #13561
Open

Misc. bug: gguf-new-metadata and gguf-editor-gui changes all integer arrays to INT32 #13557

CISC opened this issue May 15, 2025 · 0 comments · May be fixed by #13561
Assignees
Labels
bug Something isn't working

Comments

@CISC
Copy link
Collaborator

CISC commented May 15, 2025

Name and Version

all

Operating systems

No response

Which llama.cpp modules do you know to be affected?

Other (Please specify in the next section)

Command line

gguf-new-metadata --general-name "foo" nomic-embed-text-v2-moe.Q8_0.gguf nomic-test.gguf

Problem description & steps to reproduce

Dump of the model before editing:

38: [UINT8]    |   237539 | tokenizer.ggml.precompiled_charsmap = [0, 180, 2, 0, 0, 132, ...]

Dump after editing:

38: [INT32]    |   237539 | tokenizer.ggml.precompiled_charsmap = [0, 180, 2, 0, 0, 132, ...]

See #13534

First Bad Commit

No response

Relevant log output

@CISC CISC self-assigned this May 15, 2025
@CISC CISC added the bug Something isn't working label May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant