You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server : use text_to_send instead of detokenized token
This commit adds a check to the server to avoid using the detokenized
predicted token when the predicted token id is the same as the token
id that the server is responding with.
The motivation for this is is to avoid a mismatch between the text
tokens where the text_to_send token may include a leading whitespace
character but the detokenized token would not.
Resolves: #11728
0 commit comments