[smg] Add Nemotron Nano V3 reasoning parser support (#16763)
This commit is contained in:
@@ -206,6 +206,10 @@ impl ParserFactory {
|
||||
registry.register_pattern("minimax-m2", "minimax");
|
||||
registry.register_pattern("mm-m2", "minimax");
|
||||
|
||||
// Nano V3 uses same format as Qwen3 (requires explicit <think> token)
|
||||
registry.register_pattern("nemotron-nano", "qwen3");
|
||||
registry.register_pattern("nano-v3", "qwen3");
|
||||
|
||||
Self { registry }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user