mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
added token count, updated lite
This commit is contained in:
parent
c49a469a79
commit
39dc1a46c4
5 changed files with 10 additions and 3 deletions
|
@ -223,10 +223,12 @@ extern "C"
|
|||
float get_last_eval_time() {
|
||||
return last_eval_time;
|
||||
}
|
||||
|
||||
float get_last_process_time() {
|
||||
return last_process_time;
|
||||
}
|
||||
int get_last_token_count() {
|
||||
return last_token_count;
|
||||
}
|
||||
|
||||
const char* get_pending_output() {
|
||||
return gpttype_get_pending_output().c_str();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue