MCPcopy 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
770size_t llama_max_devices(void) {
771 return 16;
772}
773
774size_t llama_max_tensor_buft_overrides() {
775 return 4096;

Callers 6

llama-bench.cppFile · 0.85
parse_cmd_paramsFunction · 0.85
get_valuesMethod · 0.85
mainFunction · 0.85
common_paramsClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected