Remove flaky test for test_lora_update.py (#21088)
This commit is contained in:
@@ -1452,15 +1452,15 @@ class TestLoRADynamicUpdate(CustomTestCase):
|
|||||||
f"at batch {i}, prompt {j}:\n- Dynamic: '{d_out}'\n- Static: '{s_out}'",
|
f"at batch {i}, prompt {j}:\n- Dynamic: '{d_out}'\n- Static: '{s_out}'",
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_dynamic_lora_update_engine(self):
|
# def test_dynamic_lora_update_engine(self):
|
||||||
"""
|
# """
|
||||||
Test dynamic LoRA updates in engine mode.
|
# Test dynamic LoRA updates in engine mode.
|
||||||
"""
|
# """
|
||||||
test_cases = BASIC_TESTS if is_in_ci() else ALL_TESTS
|
# test_cases = BASIC_TESTS if is_in_ci() else ALL_TESTS
|
||||||
self._run_dynamic_adapter_updates(
|
# self._run_dynamic_adapter_updates(
|
||||||
mode=LoRAUpdateTestSessionMode.ENGINE,
|
# mode=LoRAUpdateTestSessionMode.ENGINE,
|
||||||
test_cases=test_cases,
|
# test_cases=test_cases,
|
||||||
)
|
# )
|
||||||
|
|
||||||
def test_dynamic_lora_update_server(self):
|
def test_dynamic_lora_update_server(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user