docs(cookbook): use auto parser resolution for Granite 4.2 (#36342)

This commit is contained in:
Xinyuan Tong
2026-08-25 10:38:46 -07:00
committed by GitHub
parent 96a73c4e15
commit 99c02d71b1
2 changed files with 16 additions and 16 deletions
@@ -70,8 +70,8 @@ export const config = {
},
parsers: {
items: [
{ id: "reasoning", label: "Reasoning Parser", flag: "--reasoning-parser nemotron_3" },
{ id: "toolCall", label: "Tool Call Parser", flag: "--tool-call-parser qwen3_coder" },
{ id: "reasoning", label: "Reasoning Parser", flag: "--reasoning-parser auto" },
{ id: "toolCall", label: "Tool Call Parser", flag: "--tool-call-parser auto" },
],
},
pdDisagg: {
@@ -112,8 +112,8 @@ export const config = {
"--model-path {{MODEL_NAME}}",
"--tp 1",
"--mem-fraction-static 0.8",
"--reasoning-parser nemotron_3",
"--tool-call-parser qwen3_coder",
"--reasoning-parser auto",
"--tool-call-parser auto",
"--host {{HOST_IP}}",
"--port {{PORT}}",
],
@@ -126,8 +126,8 @@ export const config = {
"--model-path {{MODEL_NAME}}",
"--tp 1",
"--mem-fraction-static 0.8",
"--reasoning-parser nemotron_3",
"--tool-call-parser qwen3_coder",
"--reasoning-parser auto",
"--tool-call-parser auto",
"--host {{HOST_IP}}",
"--port {{PORT}}",
],
@@ -140,8 +140,8 @@ export const config = {
"--model-path {{MODEL_NAME}}",
"--tp 1",
"--mem-fraction-static 0.8",
"--reasoning-parser nemotron_3",
"--tool-call-parser qwen3_coder",
"--reasoning-parser auto",
"--tool-call-parser auto",
"--host {{HOST_IP}}",
"--port {{PORT}}",
],
@@ -154,8 +154,8 @@ export const config = {
"--model-path {{MODEL_NAME}}",
"--tp 1",
"--mem-fraction-static 0.8",
"--reasoning-parser nemotron_3",
"--tool-call-parser qwen3_coder",
"--reasoning-parser auto",
"--tool-call-parser auto",
"--host {{HOST_IP}}",
"--port {{PORT}}",
],
@@ -168,8 +168,8 @@ export const config = {
"--model-path {{MODEL_NAME}}",
"--tp 1",
"--mem-fraction-static 0.8",
"--reasoning-parser nemotron_3",
"--tool-call-parser qwen3_coder",
"--reasoning-parser auto",
"--tool-call-parser auto",
"--host {{HOST_IP}}",
"--port {{PORT}}",
],
@@ -182,8 +182,8 @@ export const config = {
"--model-path {{MODEL_NAME}}",
"--tp 1",
"--mem-fraction-static 0.8",
"--reasoning-parser nemotron_3",
"--tool-call-parser qwen3_coder",
"--reasoning-parser auto",
"--tool-call-parser auto",
"--host {{HOST_IP}}",
"--port {{PORT}}",
],