mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
added more stats in perf
This commit is contained in:
parent
2ef03c9de6
commit
7968bdebbb
4 changed files with 16 additions and 1 deletions
|
@ -251,6 +251,10 @@ extern "C"
|
|||
int get_total_gens() {
|
||||
return total_gens;
|
||||
}
|
||||
int get_total_img_gens()
|
||||
{
|
||||
return total_img_gens;
|
||||
}
|
||||
int get_last_stop_reason() {
|
||||
return (int)last_stop_reason;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue