[AMD] Update amd k3 cookbook for PR#34580 (#35263)
This commit is contained in:
@@ -234,7 +234,9 @@ export const config = {
|
||||
title: "Spec Decode",
|
||||
default: "dspark",
|
||||
options: [
|
||||
{ id: "none", label: "Non-Spec" },
|
||||
{ id: "none", label: "Non-Spec",
|
||||
env: (s) => (["mi350x", "mi355x"].includes(s.hw) ? ["SGLANG_MLA_DECODE_TUNE=1"] : []),
|
||||
},
|
||||
{
|
||||
id: "dspark",
|
||||
label: "DSPARK",
|
||||
@@ -411,8 +413,8 @@ export const config = {
|
||||
gb300: "lmsysorg/sglang:kimi-k3",
|
||||
b200: "lmsysorg/sglang:kimi-k3",
|
||||
gb200: "lmsysorg/sglang:kimi-k3",
|
||||
mi350x: "lmsysorg/sglang-rocm:rocm720-mi35x-k3-20260727",
|
||||
mi355x: "lmsysorg/sglang-rocm:rocm720-mi35x-k3-20260727",
|
||||
mi350x: "lmsysorg/sglang-rocm:v0.5.17-rocm720-mi35x-20260817",
|
||||
mi355x: "lmsysorg/sglang-rocm:v0.5.17-rocm720-mi35x-20260817",
|
||||
// NVFP4 needs a build with sgl-project/sglang#35077; the purpose-built dev
|
||||
// image is cut from that PR's head (CUDA 13).
|
||||
"b300|nvfp4": "lmsysorg/sglang:dev-dev-kimi-k3-nvfp4",
|
||||
|
||||
Reference in New Issue
Block a user