Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "together"
version = "1.5.32"
version = "1.5.33"
authors = ["Together AI <support@together.ai>"]
description = "Python client for Together's Cloud Platform! Note: SDK 2.0 is now available at https://github.com/togethercomputer/together-py"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions src/together/types/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ class FinetunePriceEstimationRequest(BaseModel):
model: str
n_epochs: int
n_evals: int
training_type: TrainingType
training_method: TrainingMethod
training_type: LoRATrainingType | FullTrainingType
training_method: TrainingMethodSFT | TrainingMethodDPO


class FinetunePriceEstimationResponse(BaseModel):
Expand Down