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
For a json schema, outlines w/o jump forward and outlines w/ jump forward give slightly different results. We want to understand whether it is a bug or it is expected.
Observation
For a json schema, outlines w/o jump forward and outlines w/ jump forward give slightly different results. We want to understand whether it is a bug or it is expected.
outlines w/ jumpforward
{ "name" : "Paris" , "population" : 2 }
outlines w/o jumpforward
{ "name": "Paris", "population": 2140000 }
xgrammar w/ jumpforward
{"name": "Paris", "population": 2140000}
xgrammar w/o jumpforward
{"name": "Paris", "population": 2140000}
Reproduce
The text was updated successfully, but these errors were encountered: