Skip to content

Commit 77601a9

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
1212

1313
[tool.poetry]
1414
name = "together"
15-
version = "1.5.9"
15+
version = "1.5.10"
1616
authors = ["Together AI <[email protected]>"]
1717
description = "Python client for Together's Cloud Platform!"
1818
readme = "README.md"

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)