[AMD] GLM-5.2 MI355X MXFP4: bump image to 20260913, enable TOPK_V2 (#39406)

This commit is contained in:
ChangLiu0709
2026-09-14 21:50:52 +08:00
committed by GitHub
parent d5f1c593c1
commit 242d8a70c0
2 changed files with 7 additions and 7 deletions
@@ -97,7 +97,7 @@ sgl-eval run aime25 \\
gb300: "lmsysorg/sglang:latest",
b300: "lmsysorg/sglang:latest",
mi355x: "lmsysorg/sglang-rocm:v0.5.13.post1-rocm720-mi35x-20260618",
"mi355x|mxfp4": "lmsysorg/sglang-rocm:v0.5.19-rocm720-mi35x-20260910",
"mi355x|mxfp4": "lmsysorg/sglang-rocm:v0.5.19-rocm720-mi35x-20260913",
mi325x: "lmsysorg/sglang-rocm:v0.5.13.post1-rocm700-mi30x-20260616",
mi300x: "lmsysorg/sglang-rocm:v0.5.13.post1-rocm700-mi30x-20260616",
},
@@ -1019,7 +1019,7 @@ sgl-eval run aime25 \\
{
match: { hw: "mi355x", variant: "default", quant: "mxfp4", strategy: "low-latency", nodes: "single" },
verified: false,
env: [],
env: ["SGLANG_OPT_USE_TOPK_V2=true"],
flags: [
"--trust-remote-code",
"--model-path {{MODEL_NAME}}",
@@ -1042,7 +1042,7 @@ sgl-eval run aime25 \\
{
match: { hw: "mi355x", variant: "default", quant: "mxfp4", strategy: "balanced", nodes: "single" },
verified: false,
env: [],
env: ["SGLANG_OPT_USE_TOPK_V2=true"],
flags: [
"--trust-remote-code",
"--model-path {{MODEL_NAME}}",
@@ -1062,7 +1062,7 @@ sgl-eval run aime25 \\
{
match: { hw: "mi355x", variant: "default", quant: "mxfp4", strategy: "high-throughput", nodes: "single" },
verified: false,
env: [],
env: ["SGLANG_OPT_USE_TOPK_V2=true"],
flags: [
"--trust-remote-code",
"--model-path {{MODEL_NAME}}",
@@ -1094,7 +1094,7 @@ sgl-eval run aime25 \\
{
match: { hw: "mi355x", variant: "default", quant: "mxfp4", strategy: "mtp-314", nodes: "single" },
verified: false,
env: [],
env: ["SGLANG_OPT_USE_TOPK_V2=true"],
flags: [
"--trust-remote-code",
"--model-path {{MODEL_NAME}}",
@@ -1269,4 +1269,4 @@ sgl-eval run aime25 \\
],
},
],
};
};