"vscode:/vscode.git/clone" did not exist on "c5460385f1dceaabef024ee3658596b60f54dca8"
Unverified Commit 886ccbe5 authored by Zhuohan Li's avatar Zhuohan Li Committed by GitHub
Browse files

[CI/Build] Reduce the number of redundant cases to test for LoRA (#24276)


Signed-off-by: default avatarZhuohan Li <zhuohan123@gmail.com>
parent adc3ddb4
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment