We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabeb26 commit 37b6cb4Copy full SHA for 37b6cb4
tests/lora/test_gemma.py
@@ -41,6 +41,8 @@ def v1(run_with_both_engines_lora):
41
pass
42
43
44
+# The V1 lora test for this model requires more than 24GB.
45
+@pytest.mark.skip_v1
46
@pytest.mark.xfail(current_platform.is_rocm(),
47
reason="There can be output mismatch on ROCm")
48
def test_gemma_lora(gemma_lora_files):
0 commit comments