Open
Conversation
4smo
suggested changes
Mar 27, 2026
4smo
left a comment
There was a problem hiding this comment.
Seems to work well on our end.
Some hybrid models are missing a reasoning parser. Is this how it's supposed to be?
| "explanation": "Qwen3 8B model optimized for single GPU deployment. This configuration runs efficiently on modern GPUs without requiring tensor parallelism.", | ||
| "short_explanation": "Qwen3 8B single GPU deployment", | ||
| "gpu_types": ["b200", "h100", "h200", "a100", "l40s"], | ||
| "model_mode": "hybrid", |
There was a problem hiding this comment.
Shouldn't this have a reasoning parser since its a hybrid model?
Contributor
Author
There was a problem hiding this comment.
Qwen3 8B is not a thinking variant although it's hybrid so it should not have it.
There was a problem hiding this comment.
Qwen3 8B documentation states: "-- support of seamless switching between thinking mode". I think the reasoning parser is needed, but let me know if I’m missing something.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a model mode for the templates, along with the defined reasoning parser for all.
We're also introducing a name for each template for it to be rendered.