[Model] Add Reasoning Parser for Granite Models (#14202)

Signed-off-by: Alex-Brooks <Alex.brooks@ibm.com>
Co-authored-by: Joe Runde <joe@joerun.de>
This commit is contained in:
Alex Brooks
2025-03-26 08:28:07 -06:00
committed by GitHub
parent c091c0a588
commit 1711b929b6
8 changed files with 730 additions and 3 deletions

View File

@@ -1099,7 +1099,7 @@ class EngineArgs:
parser.add_argument(
"--reasoning-parser",
type=str,
choices=["deepseek_r1"],
choices=["deepseek_r1", "granite"],
default=None,
help=
"Select the reasoning parser depending on the model that you're "