mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
sd: get the available schedulers directly from sd.cpp (#1900)
Avoids a hardcoded list on the Python side.
This commit is contained in:
@@ -219,6 +219,10 @@ extern "C"
|
||||
{
|
||||
return sdtype_generate(inputs);
|
||||
}
|
||||
sd_info_outputs sd_get_info()
|
||||
{
|
||||
return sdtype_get_info();
|
||||
}
|
||||
|
||||
bool whisper_load_model(const whisper_load_model_inputs inputs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user