Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_max_devices
Function
llama_max_devices
subprojects/llama.cpp/src/llama.cpp:770–772 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
768
}
769
770
size_t llama_max_devices(void) {
771
return 16;
772
}
773
774
size_t llama_max_tensor_buft_overrides() {
775
return 4096;
Callers
6
llama-bench.cpp
File · 0.85
parse_cmd_params
Function · 0.85
get_values
Method · 0.85
main
Function · 0.85
common_params_parser_init
Function · 0.85
common_params
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected