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
be1e128d
Unverified
Commit
be1e128d
authored
Jul 10, 2025
by
Michael Goin
Committed by
GitHub
Jul 10, 2025
Browse files
[CI Bugfix] Skip failing Tensorizer+LoRA test (#20724)
parent
65393ee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/lora/test_llama_tp.py
tests/lora/test_llama_tp.py
+4
-0
No files found.
tests/lora/test_llama_tp.py
View file @
be1e128d
...
...
@@ -4,6 +4,8 @@ import subprocess
import
sys
from
typing
import
Union
import
pytest
import
vllm
from
vllm
import
LLM
from
vllm.lora.request
import
LoRARequest
...
...
@@ -149,6 +151,8 @@ def test_llama_lora_tp4_fully_sharded_loras(sql_lora_files):
generate_and_test
(
llm
,
sql_lora_files
)
@
pytest
.
mark
.
skip
(
reason
=
(
"Skipping this test as tensorizer is not "
"working with LoRA as of #19619"
))
@
multi_gpu_test
(
num_gpus
=
2
)
@
create_new_process_for_each_test
()
def
test_tp2_serialize_and_deserialize_lora
(
tmp_path
,
sql_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