mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
added more perf stats
This commit is contained in:
parent
ea21a9d749
commit
65ff041827
4 changed files with 39 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue