Skip to content

Commit 86df951

Browse files
aghilannAghilan Nathan
andauthored
feat(truss: add a new field to CheckpointingConfig (#2026)
Co-authored-by: Aghilan Nathan <aghilan.nathan@baseten.co>
1 parent a6314ca commit 86df951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

truss-train/truss_train/definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class LoadCheckpointConfig(custom_types.SafeModelNoExtra):
9999
class CheckpointingConfig(custom_types.SafeModelNoExtra):
100100
enabled: bool = False
101101
checkpoint_path: Optional[str] = None
102+
volume_size_gib: Optional[int] = None
102103

103104

104105
class CacheConfig(custom_types.SafeModelNoExtra):

0 commit comments

Comments
 (0)