diff --git a/tests/e2e/test_dpo.py b/tests/e2e/test_dpo.py index 88dd1540a1..0ab042eea8 100644 --- a/tests/e2e/test_dpo.py +++ b/tests/e2e/test_dpo.py @@ -44,6 +44,7 @@ def test_dpo_lora(self, temp_dir): { "path": "Intel/orca_dpo_pairs", "type": "chatml.intel", + "split": "train", }, ], "num_epochs": 1, @@ -84,6 +85,7 @@ def test_kto_pair_lora(self, temp_dir): { "path": "Intel/orca_dpo_pairs", "type": "chatml.intel", + "split": "train", }, ], "num_epochs": 1, @@ -124,6 +126,7 @@ def test_ipo_lora(self, temp_dir): { "path": "Intel/orca_dpo_pairs", "type": "chatml.intel", + "split": "train", }, ], "num_epochs": 1,