mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
added field to show recent seed
This commit is contained in:
parent
9e0dee769b
commit
94e68fe474
5 changed files with 12 additions and 31 deletions
1
expose.h
1
expose.h
|
@ -102,5 +102,6 @@ extern bool generation_finished;
|
|||
extern float last_eval_time;
|
||||
extern float last_process_time;
|
||||
extern int last_token_count;
|
||||
extern int last_seed;
|
||||
extern int total_gens;
|
||||
extern stop_reason last_stop_reason;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue