Skip to content

Commit 5007bec

Browse files
committed
fix backward compt
1 parent 37b168d commit 5007bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trl/trainer/sft_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,4 @@ def __post_init__(self):
263263
"The `bfd-requeue` strategy is deprecated and will be removed in a future version.",
264264
FutureWarning,
265265
)
266+
self.packing_strategy = "bfd_split"

0 commit comments

Comments
 (0)