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
I try to apply xgrammar in JSON format structured decoding with Vllm, the outputs should have same structure like <think> xxxxxxxxxx </think> ```json\n [{'Question': 'xxxxxxx', 'Answer': 'xxxxxxxxx'}]
Under my experiment with Qwen-deepseek-distill-32B, the total running time increased by 11 times(26min-4h30min)
Any thoughts on applying xgrammar in reasoning models? The low speed is caused by bad GBNF grammar writing, or structured decoding is hard for reasoning model
The text was updated successfully, but these errors were encountered:
I try to apply xgrammar in JSON format structured decoding with Vllm, the outputs should have same structure like
<think> xxxxxxxxxx </think> ```json\n [{'Question': 'xxxxxxx', 'Answer': 'xxxxxxxxx'}]
Under my experiment with Qwen-deepseek-distill-32B, the total running time increased by 11 times(26min-4h30min)
Any thoughts on applying xgrammar in reasoning models? The low speed is caused by bad GBNF grammar writing, or structured decoding is hard for reasoning model
The text was updated successfully, but these errors were encountered: