mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 20:09:41 +00:00
expose some useful info that can be used in statistics of performence
This commit is contained in:
parent
3d2907d208
commit
1727e652f1
4 changed files with 20 additions and 1 deletions
2
expose.h
2
expose.h
|
@ -54,3 +54,5 @@ extern std::string lora_filename;
|
|||
extern std::string lora_base;
|
||||
extern std::vector<std::string> generated_tokens;
|
||||
extern bool generation_finished;
|
||||
extern float prompt_eval_time;
|
||||
extern float prompt_process_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue