API to get model native type #15897
marcobambini
started this conversation in
General
Replies: 1 comment 1 reply
-
How safe is it to use the value from the key |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using llama.cpp from C to generate embedding, and I can get the embedding dimension using
Internally llama.cpp knows the model native type (for example, for
Qwen3-Embedding-0.6B-f16.gguf
isfloat16
).Is there a way to get that type using the public APIs?
Beta Was this translation helpful? Give feedback.
All reactions