mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-25 23:13:39 +00:00
rpc implementation is complete
This commit is contained in:
parent
3520b915f9
commit
4bbbd55be6
5 changed files with 191 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue