mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 10:29:43 +00:00
clearer multimodal capability display
This commit is contained in:
parent
12a6088a65
commit
abf527a207
4 changed files with 28 additions and 13 deletions
1
expose.h
1
expose.h
|
@ -288,6 +288,7 @@ extern std::string draftmodel_filename;
|
|||
extern std::vector<std::string> generated_tokens;
|
||||
extern bool generation_finished;
|
||||
extern bool audio_multimodal_supported;
|
||||
extern bool vision_multimodal_supported;
|
||||
extern float last_eval_time;
|
||||
extern float last_process_time;
|
||||
extern int last_token_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue