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
2e610deb
Unverified
Commit
2e610deb
authored
Jul 07, 2025
by
Jee Jee Li
Committed by
GitHub
Jul 07, 2025
Browse files
[CI/Build] Enable phi2 lora test (#20540)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
6e2c19ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
tests/lora/test_phi.py
tests/lora/test_phi.py
+0
-5
No files found.
tests/lora/test_phi.py
View file @
2e610deb
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
import
pytest
import
vllm
from
vllm.lora.request
import
LoRARequest
...
...
@@ -49,9 +47,6 @@ def do_sample(llm: vllm.LLM, lora_path: str, lora_id: int) -> list[str]:
return
generated_texts
# Skipping for V1 for now as we are hitting,
# "Head size 80 is not supported by FlashAttention." error.
@
pytest
.
mark
.
skip
(
reason
=
"Head size 80 is not supported by FlashAttention"
)
def
test_phi2_lora
(
phi2_lora_files
):
# We enable enforce_eager=True here to reduce VRAM usage for lora-test CI,
# Otherwise, the lora-test will fail due to CUDA OOM.
...
...
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