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

Function main

examples/export-lora/export-lora.cpp:464–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464int main(int argc, char ** argv) {
465 struct export_lora_params params = get_default_export_lora_params();
466
467 if (!export_lora_params_parse(argc, argv, &params)) {
468 return 1;
469 }
470
471 export_lora(&params);
472
473 return 0;
474}

Callers

nothing calls this directly

Calls 3

export_lora_params_parseFunction · 0.85
export_loraFunction · 0.85

Tested by

no test coverage detected