mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
added a token counting endpoint, set mmq as default
This commit is contained in:
@@ -62,6 +62,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
||||
generation_outputs gpttype_generate(const generation_inputs inputs, generation_outputs &output);
|
||||
bool gpttype_generate_abort();
|
||||
const std::string & gpttype_get_pending_output();
|
||||
int gpttype_token_count(const std::string & input);
|
||||
|
||||
void timer_start();
|
||||
double timer_check();
|
||||
|
||||
Reference in New Issue
Block a user