Skip to content

Commit f35597f

Browse files
authored
Fix from_checkpoint
1 parent a4fd112 commit f35597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/types/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class FinetuneRequest(BaseModel):
208208
default_factory=TrainingMethodSFT
209209
)
210210
# from step
211-
from_checkpoint: str
211+
from_checkpoint: str | None = None
212212

213213

214214
class FinetuneResponse(BaseModel):

0 commit comments

Comments
 (0)