Skip to content

Commit 1ef9c9e

Browse files
authored
[CI/Build] Disable test_gptoss_tp.py in 'LoRA TP Test' group for ROCm platform (#29204)
Signed-off-by: qli88 <[email protected]>
1 parent 5c8f2ad commit 1ef9c9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/test-amd.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,10 @@ steps:
13191319
- pytest -v -s -x lora/test_llama_tp.py
13201320
- pytest -v -s -x lora/test_llm_with_multi_loras.py
13211321
- pytest -v -s -x lora/test_olmoe_tp.py
1322-
- pytest -v -s -x lora/test_gptoss_tp.py
1322+
1323+
# Disabled for now because MXFP4 backend on non-cuda platform
1324+
# doesn't support LoRA yet
1325+
#- pytest -v -s -x lora/test_gptoss_tp.py
13231326

13241327

13251328
- label: Weight Loading Multiple GPU Test # 33min

0 commit comments

Comments
 (0)