Skip to content

Commit d1d5fae

Browse files
committed
update test name
1 parent 9e7fe63 commit d1d5fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/recipes/test_lora_dpo_distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_training_state_on_resume(
146146
@pytest.mark.parametrize("save_adapter_weights_only", [False, True])
147147
@gpu_test(gpu_count=4)
148148
@pytest.mark.integration_test
149-
def test_training_state_on_resume(
149+
def test_training_state_on_resume_with_async_checkpointing(
150150
self, tmpdir, monkeypatch, save_adapter_weights_only
151151
):
152152
"""

0 commit comments

Comments
 (0)