We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b168d commit 5007becCopy full SHA for 5007bec
trl/trainer/sft_config.py
@@ -263,3 +263,4 @@ def __post_init__(self):
263
"The `bfd-requeue` strategy is deprecated and will be removed in a future version.",
264
FutureWarning,
265
)
266
+ self.packing_strategy = "bfd_split"
0 commit comments