MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_load_model_from_file

Function llama_load_model_from_file

subprojects/llama.cpp/src/llama.cpp:1023–1027  ·  view source on GitHub ↗

deprecated

Source from the content-addressed store, hash-verified

1021
1022// deprecated
1023struct llama_model * llama_load_model_from_file(
1024 const char * path_model,
1025 struct llama_model_params params) {
1026 return llama_model_load_from_file(path_model, params);
1027}
1028
1029struct llama_model * llama_model_load_from_file(
1030 const char * path_model,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected