Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ size
Method
size
smallthinker/src/llama-model.cpp:4530–4532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4528
}
4529
4530
size_t llama_model::size() const {
4531
return pimpl->n_bytes;
4532
}
4533
4534
size_t llama_model::n_tensors() const {
4535
return tensors_by_name.size();
Callers
9
load_tensors
Method · 0.45
n_tensors
Method · 0.45
n_devices
Method · 0.45
llm_build_qwen2
Method · 0.45
llama_model_meta_count
Function · 0.45
llama_model_meta_key_by_index
Function · 0.45
llama_model_meta_val_str_by_index
Function · 0.45
llama_model_size
Function · 0.45
llama_model_chat_template
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected