MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / get_default_export_lora_params

Function get_default_export_lora_params

examples/export-lora/export-lora.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118};
119
120static struct export_lora_params get_default_export_lora_params() {
121 struct export_lora_params result;
122 result.fn_model_base = "";
123 result.fn_model_out = "";
124 result.n_threads = GGML_DEFAULT_N_THREADS;
125 return result;
126}
127
128static void export_lora_print_usage(int /*argc*/, char ** argv, const struct export_lora_params * params) {
129 fprintf(stderr, "usage: %s [options]\n", argv[0]);

Callers 2

export_lora_params_parseFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected