File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
1212
1313[tool .poetry ]
1414name = " together"
15- version = " 1.5.32 "
15+ version = " 1.5.33 "
1616authors = [
" Together AI <[email protected] >" ]
1717description = " Python client for Together's Cloud Platform! Note: SDK 2.0 is now available at https://github.com/togethercomputer/together-py"
1818readme = " README.md"
Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ class FinetunePriceEstimationRequest(BaseModel):
337337 model : str
338338 n_epochs : int
339339 n_evals : int
340- training_type : TrainingType
341- training_method : TrainingMethod
340+ training_type : LoRATrainingType | FullTrainingType
341+ training_method : TrainingMethodSFT | TrainingMethodDPO
342342
343343
344344class FinetunePriceEstimationResponse (BaseModel ):
You can’t perform that action at this time.
0 commit comments