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

Class llama_params_fit_exception

subprojects/llama.cpp/src/llama.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153// this enum is only used in llama_params_fit_impl but needs to be defined outside of it to fix a Windows compilation issue
154
155class llama_params_fit_exception : public std::runtime_error {
156 using std::runtime_error::runtime_error;
157};
158
159static void llama_params_fit_impl(
160 const char * path_model, struct llama_model_params * mparams, struct llama_context_params * cparams,

Callers 1

llama_params_fit_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected