Skip to content

Commit cdeec3b

Browse files
author
Varun Sundar Rabindranath
committed
increase max_loras for bigger margin
Signed-off-by: Varun Sundar Rabindranath <varun@neuralmagic.com>
1 parent e198a11 commit cdeec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_add_lora.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
MODEL_PATH = "meta-llama/Llama-2-7b-hf"
1515
LORA_MODULE_PATH = "yard1/llama-2-7b-sql-lora-test"
1616
LORA_RANK = 8
17-
DEFAULT_MAX_LORAS = 4
17+
DEFAULT_MAX_LORAS = 64
1818

1919

2020
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)