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
Using mistral 7b, prompt Here is the English alphabet: ABC, temperature 0, stop sequence DEFGHIJ, during streaming, DEF, G, HI tokens are output (J triggers the stop). Expected behavior is no output. Tokens should be buffered when they could form prefix of any stop sequences, and sent out when that condition is cleared.
The text was updated successfully, but these errors were encountered:
Your current environment
🐛 Describe the bug
Using mistral 7b, prompt
Here is the English alphabet: ABC
, temperature 0, stop sequenceDEFGHIJ
, during streaming,DEF
,G
,HI
tokens are output (J
triggers the stop). Expected behavior is no output. Tokens should be buffered when they could form prefix of any stop sequences, and sent out when that condition is cleared.The text was updated successfully, but these errors were encountered: