mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 06:31:13 +02:00
added token count, updated lite
This commit is contained in:
+3
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user