Skip to content

Commit 37b6cb4

Browse files
authored
[CI/Build] Fix V1 LoRA failure (#13767)
1 parent aabeb26 commit 37b6cb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lora/test_gemma.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def v1(run_with_both_engines_lora):
4141
pass
4242

4343

44+
# The V1 lora test for this model requires more than 24GB.
45+
@pytest.mark.skip_v1
4446
@pytest.mark.xfail(current_platform.is_rocm(),
4547
reason="There can be output mismatch on ROCm")
4648
def test_gemma_lora(gemma_lora_files):

0 commit comments

Comments
 (0)