We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e218b commit c2db596Copy full SHA for c2db596
trl/experimental/orpo/orpo_trainer.py
@@ -48,7 +48,6 @@
48
49
from ...data_utils import maybe_apply_chat_template, maybe_extract_prompt
50
from ...trainer.base_trainer import BaseTrainer
51
-from .orpo_config import ORPOConfig
52
from ...trainer.utils import (
53
DPODataCollatorWithPadding,
54
add_bos_token_if_needed,
@@ -59,6 +58,7 @@
59
58
peft_module_casting_to_bf16,
60
selective_log_softmax,
61
)
+from .orpo_config import ORPOConfig
62
63
64
if is_peft_available():
0 commit comments