We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6314ca commit 86df951Copy full SHA for 86df951
truss-train/truss_train/definitions.py
@@ -99,6 +99,7 @@ class LoadCheckpointConfig(custom_types.SafeModelNoExtra):
99
class CheckpointingConfig(custom_types.SafeModelNoExtra):
100
enabled: bool = False
101
checkpoint_path: Optional[str] = None
102
+ volume_size_gib: Optional[int] = None
103
104
105
class CacheConfig(custom_types.SafeModelNoExtra):
0 commit comments