mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
split audio and vision detection separately
This commit is contained in:
parent
0938af7c83
commit
811463a704
5 changed files with 82 additions and 21 deletions
|
|
@ -268,7 +268,10 @@ extern "C"
|
|||
bool has_finished() {
|
||||
return generation_finished;
|
||||
}
|
||||
|
||||
bool has_audio_support()
|
||||
{
|
||||
return audio_multimodal_supported;
|
||||
}
|
||||
float get_last_eval_time() {
|
||||
return last_eval_time;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue