mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
added more stats in perf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user