Skip to content

Commit 92e218b

Browse files
Fix import path for testing_utils in ORPO test file
1 parent 9d7c53c commit 92e218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/experimental/test_orpo_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from trl.experimental.orpo import ORPOConfig, ORPOTrainer
2121

22-
from .testing_utils import TrlTestCase, require_peft
22+
from ..testing_utils import TrlTestCase, require_peft
2323

2424

2525
class TestORPOTrainer(TrlTestCase):

0 commit comments

Comments
 (0)