rpc implementation is complete

This commit is contained in:
Concedo 2026-05-23 17:11:30 +08:00
parent 3520b915f9
commit 4bbbd55be6
5 changed files with 191 additions and 20 deletions

View file

@ -192,6 +192,11 @@ extern "C"
}
}
bool launch_rpc_server(const char * endpoint, const char * devices)
{
return host_rpc_server(endpoint,devices);
}
bool sd_load_model(const sd_load_model_inputs inputs)
{
return sdtype_load_model(inputs);