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 1beb1f0 commit b9e7c1fCopy full SHA for b9e7c1f
torchtnt/framework/callbacks/checkpointer_types.py
@@ -25,9 +25,9 @@ class KnobOptions:
25
# use a more conservative number of concurrent IO operations per rank in Checkpointing
26
# the default value of 16 is too bandwidth hungry for most users
27
max_per_rank_io_concurrency: Optional[int] = None
28
- # This is a no-op and for future use. This would enable storage efficiency optimizations:
+ # This would enable storage efficiency optimizations (model store):
29
# e.g. Compression, Batching, Quantization etc.
30
- enable_storage_optimization: bool = False
+ enable_storage_optimization: bool = True
31
32
33
@dataclass
0 commit comments