Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_model_get_vocab
Function
llama_model_get_vocab
subprojects/llama.cpp/src/llama-model.cpp:8139–8141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8137
}
8138
8139
const llama_vocab * llama_model_get_vocab(const llama_model * model) {
8140
return &model->vocab;
8141
}
8142
8143
void llama_free_model(llama_model * model) {
8144
llama_model_free(model);
Callers
15
Java_android_llama_cpp_LLamaAndroid_completion_1loop
Function · 0.85
main
Function · 0.85
tokenized_prompt
Method · 0.85
main
Function · 0.85
mtmd_cli_context
Method · 0.85
lookup_token
Method · 0.85
mtmd_tokenizer
Method · 0.85
test_prompt
Function · 0.85
test_gen
Function · 0.85
main
Function · 0.85
perplexity_v2
Function · 0.85
perplexity
Function · 0.85
Calls
no outgoing calls
Tested by
10
test_prompt
Function · 0.68
test_gen
Function · 0.68
test_context
Method · 0.68
test_backend_logit_bias_sampling
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
common_speculative_are_compatible
Function · 0.68
draft
Method · 0.68