rename nemotron reasoning parser (#19865)
Signed-off-by: dafrimi <dafrimi@nvidia.com>
This commit is contained in:
@@ -418,9 +418,9 @@ class MiniMaxAppendThinkDetector(BaseReasoningFormatDetector):
|
||||
return StreamingParseResult(normal_text=self.think_start_token + text)
|
||||
|
||||
|
||||
class NanoV3Detector(BaseReasoningFormatDetector):
|
||||
class Nemotron3Detector(BaseReasoningFormatDetector):
|
||||
"""
|
||||
Detector for NanoV3 model.
|
||||
Detector for Nemotron3 model.
|
||||
Uses the same reasoning format as DeepSeek-R1: (<think>)*(.*)</think>
|
||||
|
||||
"""
|
||||
@@ -466,7 +466,7 @@ class ReasoningParser:
|
||||
"minimax-append-think": MiniMaxAppendThinkDetector,
|
||||
"step3": DeepSeekR1Detector,
|
||||
"step3p5": DeepSeekR1Detector,
|
||||
"nano_v3": NanoV3Detector,
|
||||
"nemotron_3": Nemotron3Detector,
|
||||
"interns1": Qwen3Detector,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user