Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions torchtnt/framework/callbacks/checkpointer_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class KnobOptions:
# use a more conservative number of concurrent IO operations per rank in Checkpointing
# the default value of 16 is too bandwidth hungry for most users
max_per_rank_io_concurrency: Optional[int] = None
# This is a no-op and for future use. This would enable storage efficiency optimizations:
# This would enable storage efficiency optimizations (model store):
# e.g. Compression, Batching, Quantization etc.
enable_storage_optimization: bool = False
enable_storage_optimization: bool = True


@dataclass
Expand Down
Loading