Skip to content

Commit aba2b05

Browse files
zhuohan123xuebwang-amd
authored andcommitted
[CI/Build] Reduce the number of redundant cases to test for LoRA (vllm-project#24276)
Signed-off-by: Zhuohan Li <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
1 parent 9efc4e0 commit aba2b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lora/test_layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# prefill stage(True) or decode stage(False)
6161
STAGES = [True, False]
6262

63-
NUM_RANDOM_SEEDS = 6
63+
NUM_RANDOM_SEEDS = 2
6464

65-
VOCAB_PARALLEL_EMBEDDING_TEST_NUM_RANDOM_SEEDS = 128
65+
VOCAB_PARALLEL_EMBEDDING_TEST_NUM_RANDOM_SEEDS = 2
6666

6767

6868
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)