mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 00:54:41 +00:00
initial whisper integration
This commit is contained in:
parent
4ed9ba7352
commit
f24aef8792
10 changed files with 16204 additions and 16 deletions
|
@ -82,6 +82,9 @@ std::vector<int> gpttype_get_token_arr(const std::string & input);
|
|||
bool sdtype_load_model(const sd_load_model_inputs inputs);
|
||||
sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs);
|
||||
|
||||
bool whispertype_load_model(const whisper_load_model_inputs inputs);
|
||||
whisper_generation_outputs whispertype_generate(const whisper_generation_inputs inputs);
|
||||
|
||||
void timer_start();
|
||||
double timer_check();
|
||||
void print_tok_vec(std::vector<int> &embd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue