Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
37b6cb49
Unverified
Commit
37b6cb49
authored
Feb 25, 2025
by
Jee Jee Li
Committed by
GitHub
Feb 25, 2025
Browse files
[CI/Build] Fix V1 LoRA failure (#13767)
parent
aabeb268
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/lora/test_gemma.py
tests/lora/test_gemma.py
+2
-0
No files found.
tests/lora/test_gemma.py
View file @
37b6cb49
...
@@ -41,6 +41,8 @@ def v1(run_with_both_engines_lora):
...
@@ -41,6 +41,8 @@ def v1(run_with_both_engines_lora):
pass
pass
# The V1 lora test for this model requires more than 24GB.
@
pytest
.
mark
.
skip_v1
@
pytest
.
mark
.
xfail
(
current_platform
.
is_rocm
(),
@
pytest
.
mark
.
xfail
(
current_platform
.
is_rocm
(),
reason
=
"There can be output mismatch on ROCm"
)
reason
=
"There can be output mismatch on ROCm"
)
def
test_gemma_lora
(
gemma_lora_files
):
def
test_gemma_lora
(
gemma_lora_files
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment