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
886ccbe5
Unverified
Commit
886ccbe5
authored
Sep 04, 2025
by
Zhuohan Li
Committed by
GitHub
Sep 04, 2025
Browse files
[CI/Build] Reduce the number of redundant cases to test for LoRA (#24276)
Signed-off-by:
Zhuohan Li
<
zhuohan123@gmail.com
>
parent
adc3ddb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/lora/test_layers.py
tests/lora/test_layers.py
+2
-2
No files found.
tests/lora/test_layers.py
View file @
886ccbe5
...
...
@@ -60,9 +60,9 @@ DEVICES = ([
# prefill stage(True) or decode stage(False)
STAGES
=
[
True
,
False
]
NUM_RANDOM_SEEDS
=
6
NUM_RANDOM_SEEDS
=
2
VOCAB_PARALLEL_EMBEDDING_TEST_NUM_RANDOM_SEEDS
=
128
VOCAB_PARALLEL_EMBEDDING_TEST_NUM_RANDOM_SEEDS
=
2
@
pytest
.
fixture
(
autouse
=
True
)
...
...
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