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
To replicate, set decode_special_tokens=True in the generator.generate() method for some json schemas.
The text was updated successfully, but these errors were encountered:
Dan-wanna-M
changed the title
[Bug] exllamav2 integration outputs eos_token_id until max_new_token for json schema
[Bug] exllamav2 integration outputs eos_token_id nonstop until max_new_token for json schema
Aug 24, 2024
example output:
' {\n"street": "Maple Avenue",\n"city": "Boston",\n"state": "Massachusetts",\n"country": "USA",\n"postal_code": "02139"\n} \n\n \r\n\n \r<|end_of_text|><|end_of_text|><|end_of_text|><|end_of_text|><|end_of_text|>'
To replicate, set
decode_special_tokens=True
in thegenerator.generate()
method for some json schemas.The text was updated successfully, but these errors were encountered: