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 b5c9f67 commit 77601a9Copy full SHA for 77601a9
pyproject.toml
@@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
12
13
[tool.poetry]
14
name = "together"
15
-version = "1.5.9"
+version = "1.5.10"
16
authors = ["Together AI <[email protected]>"]
17
description = "Python client for Together's Cloud Platform!"
18
readme = "README.md"
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