-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[Bugfix][Frontend] Eliminate regex based check in reasoning full generator #14821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
/assign @aarnphm |
Is there a specific bug thst u run into? This seems like a refactor to me |
vllm/entrypoints/openai/reasoning_parsers/deepseek_r1_reasoning_parser.py
Outdated
Show resolved
Hide resolved
oh i see. will take a look |
vllm/entrypoints/openai/reasoning_parsers/deepseek_r1_reasoning_parser.py
Outdated
Show resolved
Hide resolved
vllm/entrypoints/openai/reasoning_parsers/deepseek_r1_reasoning_parser.py
Outdated
Show resolved
Hide resolved
@cjackal Thanks for the clean implementation! I addressed your comments. PTAL |
tests/entrypoints/openai/reasoning_parsers/test_deepseekr1_reasoning_parser.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
#14428 has already been merged, which blocks this PR. Since the last review, the only change made was a rebase, with no additional modifications. @aarnphm @DarkLight1337 Could you please help merge it? |
…rator (vllm-project#14821) Signed-off-by: Ce Gao <cegao@tensorchord.ai> Signed-off-by: xinyuxiao <xinyuxiao2024@gmail.com>
…rator (vllm-project#14821) Signed-off-by: Ce Gao <cegao@tensorchord.ai> Signed-off-by: Louis Ulmer <ulmerlouis@gmail.com>
…rator (vllm-project#14821) Signed-off-by: Ce Gao <cegao@tensorchord.ai>
…rator (vllm-project#14821) Signed-off-by: Ce Gao <cegao@tensorchord.ai>
…rator (vllm-project#14821) Signed-off-by: Ce Gao <cegao@tensorchord.ai> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
FIX #14761
This PR: