You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trl/trainer/bco_config.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ def __post_init__(self):
24
24
warnings.warn(
25
25
"The `BCOConfig` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.bco import BCOConfig`. The current import path will be removed and no longer "
27
-
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
"The `BCOTrainer` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.bco import BCOTrainer`. The current import path will be removed and no longer "
27
-
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
Copy file name to clipboardExpand all lines: trl/trainer/cpo_config.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ def __post_init__(self):
24
24
warnings.warn(
25
25
"The `CPOConfig` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.cpo import CPOConfig`. The current import path will be removed and no longer "
27
-
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
Copy file name to clipboardExpand all lines: trl/trainer/gkd_config.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ def __post_init__(self):
24
24
warnings.warn(
25
25
"The `GKDConfig` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.gkd import GKDConfig`. The current import path will be removed and no longer "
27
-
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
"The `GKDTrainer` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.gkd import GKDTrainer`. The current import path will be removed and no longer "
27
-
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
Copy file name to clipboardExpand all lines: trl/trainer/nash_md_config.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ def __post_init__(self):
24
24
warnings.warn(
25
25
"The `NashMDConfig` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.nash_md import NashMDConfig`. The current import path will be removed and no "
27
-
"longer supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"longer supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
"The `NashMDTrainer` is now located in `trl.experimental`. Please update your imports to "
26
26
"`from trl.experimental.nash_md import NashMDTrainer`. The current import path will be removed and no "
27
-
"longer supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223."
27
+
"longer supported in TRL 0.29. For more information, see https://github.com/huggingface/trl/issues/4223.",
0 commit comments