Skip to content

Commit f4c020d

Browse files
committed
Fix
1 parent 9e6bbc1 commit f4c020d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/together/cli/api/finetune.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def create(
247247
simpo_gamma: float | None,
248248
from_checkpoint: str,
249249
hf_api_token: str | None,
250-
hf_repo_to_upload: str | None,
250+
hf_output_repo_name: str | None,
251251
) -> None:
252252
"""Start fine-tuning"""
253253
client: Together = ctx.obj
@@ -285,7 +285,7 @@ def create(
285285
simpo_gamma=simpo_gamma,
286286
from_checkpoint=from_checkpoint,
287287
hf_api_token=hf_api_token,
288-
hf_repo_to_upload=hf_repo_to_upload,
288+
hf_output_repo_name=hf_output_repo_name,
289289
)
290290

291291
if model is None and from_checkpoint is None:

0 commit comments

Comments
 (0)