-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedNeeds help from the communityNeeds help from the communityhigh priorityVery important issueVery important issue
Description
We desperately need detailed trace of what is being passed to the model and what has been generated in the main
example.
Since we cannot print such verbose information along with the generated text, it has to be dumped to a separate log file.
It should contain info such as:
- input tokens
- top K tokens
- sampled token
- decisions for adding prefix / suffix / etc.
- decisions for ignoring EOS
- decisions for inserting reverse prompt
- etc.
Basically everything that happens in the state machine of main
has to be traced so we can understand better what is going on
See: #2689 (comment)
lin72h and wtarreau
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedNeeds help from the communityNeeds help from the communityhigh priorityVery important issueVery important issue