This commit is contained in:
sunny
2024-11-05 12:30:45 -05:00
parent 04b532bd37
commit bcb1205e39

View File

@@ -116,7 +116,7 @@ class TestDPOLlamaLora(unittest.TestCase):
assert (Path(temp_dir) / "checkpoint-20/adapter_model.safetensors").exists()
@with_temp_dir
def test_dpo_nll_use_weighting(self, temp_dir):
def test_dpo_use_weighting(self, temp_dir):
# pylint: disable=duplicate-code
cfg = DictDefault(
{