mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-13 10:18:49 +02:00
added field to show recent seed
This commit is contained in:
@@ -217,6 +217,10 @@ extern "C"
|
||||
int get_last_token_count() {
|
||||
return last_token_count;
|
||||
}
|
||||
int get_last_seed()
|
||||
{
|
||||
return last_seed;
|
||||
}
|
||||
int get_total_gens() {
|
||||
return total_gens;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user