Skip to content

Commit 22e44ad

Browse files
authored
[ROCm][CI] Fix Weight Loading With Multiple GPU Tests on ROCm (#28984)
Signed-off-by: Micah Williamson <micah.williamson@amd.com>
1 parent 88f5b19 commit 22e44ad

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.buildkite/test-amd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,21 +1323,20 @@ steps:
13231323
- vllm/
13241324
- tests/weight_loading
13251325
commands:
1326-
- bash weight_loading/run_model_weight_loading_test.sh -c weight_loading/models.txt
1326+
- bash weight_loading/run_model_weight_loading_test.sh -c weight_loading/models-amd.txt
13271327

13281328
- label: Weight Loading Multiple GPU Test - Large Models # optional
13291329
mirror_hardwares: [amdexperimental]
13301330
agent_pool: mi325_2
13311331
# grade: Blocking
13321332
working_dir: "/vllm-workspace/tests"
13331333
num_gpus: 2
1334-
gpu: a100
13351334
optional: true
13361335
source_file_dependencies:
13371336
- vllm/
13381337
- tests/weight_loading
13391338
commands:
1340-
- bash weight_loading/run_model_weight_loading_test.sh -c weight_loading/models-large.txt
1339+
- bash weight_loading/run_model_weight_loading_test.sh -c weight_loading/models-large-amd.txt
13411340

13421341
- label: NixlConnector PD accuracy tests (Distributed) # 30min
13431342
mirror_hardwares: [amdexperimental]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fp8, amd/Meta-Llama-3.1-8B-Instruct-FP8-KV, main
2+
None, amd/Llama-3.2-1B-Instruct-FP8-KV, main
3+
fp8, amd/Mixtral-8x7B-Instruct-v0.1-FP8-KV, main
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fp8, amd/Meta-Llama-3.1-70B-Instruct-FP8-KV, main
2+
None, microsoft/phi-4, main
3+
fp8, amd/Mixtral-8x22B-Instruct-v0.1-FP8-KV, main

0 commit comments

Comments
 (0)