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 1ce13d6 commit 01ab30bCopy full SHA for 01ab30b
src/together/resources/finetune.py
@@ -179,7 +179,7 @@ def create_finetune_request(
179
180
if train_on_inputs is None and training_method == "sft":
181
log_warn_once(
182
- "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'"
183
)
184
train_on_inputs = "auto"
185
0 commit comments