Skip to content

Commit dad7738

Browse files
remove redundant 'automatically'
Co-authored-by: Artem Chumachenko <[email protected]>
1 parent a928a81 commit dad7738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/resources/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def create_finetune_request(
171171

172172
if train_on_inputs is None and training_method == "sft":
173173
log_warn_once(
174-
"train_on_inputs is not set for SFT training, it will be set to 'auto' automatically"
174+
"train_on_inputs is not set for SFT training, it will be set to 'auto'"
175175
)
176176
train_on_inputs = "auto"
177177

0 commit comments

Comments
 (0)