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 5151fd5 commit 2d8a0d2Copy full SHA for 2d8a0d2
pyproject.toml
@@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
12
13
[tool.poetry]
14
name = "together"
15
-version = "1.5.14"
+version = "1.5.15"
16
authors = ["Together AI <[email protected]>"]
17
description = "Python client for Together's Cloud Platform!"
18
readme = "README.md"
src/together/cli/api/finetune.py
@@ -163,7 +163,7 @@ def fine_tuning(ctx: click.Context) -> None:
163
@click.option(
164
"--simpo-gamma",
165
type=float,
166
- default=0.1,
+ default=0.0,
167
help="SimPO gamma parameter (only used when '--training-method' is 'dpo')",
168
)
169
0 commit comments