Skip to content

Commit 89fd850

Browse files
authored
Merge pull request #104 from vllm-project/lora_to_mi250
Disabling LoRA test on MI300
2 parents 8a380d7 + 2c98e6d commit 89fd850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildkite/test-template-ci.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ steps:
368368
- label: "AMD MI300: {{ step.label }}"
369369
depends_on: amd-build
370370
agents:
371-
{% if step.label and step.label=="Benchmarks" or step.label=="LoRA Test %N" or step.label=="Kernels Attention Test %N" or step.label=="Kernels Quantization Test %N" %}
371+
{% if step.label and step.label=="Benchmarks" or step.label=="Kernels Attention Test %N" or step.label=="Kernels Quantization Test %N" %}
372372
queue: amd_mi300_8
373373
{% elif step.label=="Distributed Tests (4 GPUs)" or step.label=="2 Node Tests (4 GPUs in total)" or step.label=="Multi-step Tests (4 GPUs)" or step.label=="Pipeline Parallelism Test" or step.label=="LoRA TP Test (Distributed)" %}
374374
queue: amd_mi300_4

buildkite/test-template-fastcheck.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ steps:
328328
- label: "AMD MI300: {{ step.label }} with {{mirror_hw}}"
329329
depends_on: block-amd-{{ step.label | replace(" ", "-") | lower | replace("(", "") | replace(")", "") | replace("%", "") | replace(",", "-") }}
330330
agents:
331-
{% if step.label and step.label=="Benchmarks" or step.label=="LoRA Test %N" or step.label=="Kernels Attention Test %N" or step.label=="Kernels Quantization Test %N" %}
331+
{% if step.label and step.label=="Benchmarks" or step.label=="Kernels Attention Test %N" or step.label=="Kernels Quantization Test %N" %}
332332
queue: amd_mi300_8
333333
{% elif step.label=="Distributed Tests (4 GPUs)" or step.label=="2 Node Tests (4 GPUs in total)" or step.label=="Multi-step Tests (4 GPUs)" or step.label=="Pipeline Parallelism Test" or step.label=="LoRA TP Test (Distributed)" %}
334334
queue: amd_mi300_4

0 commit comments

Comments
 (0)