[AMD][DI][CI] 1/N: MI355X disaggregation nightly benchmark (#29084)

Co-authored-by: Michael <13900043+michaelzhang-ai@users.noreply.github.com>
Co-authored-by: bingxche <bingxche@amd.com>
Co-authored-by: yctseng0211 <yctseng@amd.com>
This commit is contained in:
Zhaoyi Li
2026-06-25 19:21:28 -07:00
committed by GitHub
co-authored by Michael bingxche yctseng0211
parent cfc0a0e0e0
commit 413aeac0c9
10 changed files with 816 additions and 9 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ if recipe_file and Path(recipe_file).exists():
total_gpus = prefill_gpus + decode_gpus
data = {
"hw": "gb200",
"hw": os.environ.get("HW", "gb200"),
"conc": int(raw["max_concurrency"]),
"model": raw["model_id"],
"infmax_model_prefix": model_prefix,