We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928a81 commit dad7738Copy full SHA for dad7738
src/together/resources/finetune.py
@@ -171,7 +171,7 @@ def create_finetune_request(
171
172
if train_on_inputs is None and training_method == "sft":
173
log_warn_once(
174
- "train_on_inputs is not set for SFT training, it will be set to 'auto' automatically"
+ "train_on_inputs is not set for SFT training, it will be set to 'auto'"
175
)
176
train_on_inputs = "auto"
177
0 commit comments