Skip to content

Commit 56d9dc5

Browse files
seungrokjclaude
andcommitted
[AMD] amd-master: fix entry names and tp for qwen3.5-fp4 and minimaxm2.5 agentic configs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b3b3476 commit 56d9dc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/configs/amd-master.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ qwen3.5-fp4-mi355x-sglang:
434434
- { tp: 4, conc-start: 4, conc-end: 16 }
435435

436436
# target
437-
qwen3.5-fp4-mi355x-sglang-hicache:
437+
qwen3.5-fp4-mi355x-sglang-agentic-hicache:
438438
image: lmsysorg/sglang:v0.5.12-rocm720-mi35x
439439
model: amd/Qwen3.5-397B-A17B-MXFP4
440440
model-prefix: qwen3.5
@@ -2617,8 +2617,8 @@ minimaxm2.5-fp8-mi355x-vllm-agentic-lmcache:
26172617
# AMD uses native OffloadingConnector (NOT SimpleCPUOffloadConnector).
26182618
- duration: 1800
26192619
search-space:
2620-
- { tp: 1, ep: 1, offloading: none, conc-list: [1, 2, 4, 8, 16, 32, 40, 48] }
2621-
- { tp: 1, ep: 1, offloading: lmcache, conc-list: [1, 2, 4, 8, 16, 32, 40, 48] }
2620+
- { tp: 2, ep: 1, offloading: none, conc-list: [1, 2, 4, 8, 16, 32, 40, 48] }
2621+
- { tp: 2, ep: 1, offloading: lmcache, conc-list: [1, 2, 4, 8, 16, 32, 40, 48] }
26222622

26232623
minimaxm2.5-fp8-mi300x-vllm-agentic:
26242624
image: vllm/vllm-openai-rocm:v0.22.0

0 commit comments

Comments
 (0)