Skip to content

Commit 01ab30b

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

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
@@ -179,7 +179,7 @@ def create_finetune_request(
179179

180180
if train_on_inputs is None and training_method == "sft":
181181
log_warn_once(
182-
"train_on_inputs is not set for SFT training, it will be set to 'auto' automatically"
182+
"train_on_inputs is not set for SFT training, it will be set to 'auto'"
183183
)
184184
train_on_inputs = "auto"
185185

0 commit comments

Comments
 (0)