mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
added more perf stats
This commit is contained in:
@@ -278,6 +278,9 @@ extern "C"
|
||||
int get_last_token_count() {
|
||||
return last_token_count;
|
||||
}
|
||||
int get_last_input_count() {
|
||||
return last_input_count;
|
||||
}
|
||||
int get_last_seed()
|
||||
{
|
||||
return last_seed;
|
||||
|
||||
Reference in New Issue
Block a user