[Air|Tune] CheckpointConfig
enable pure memory ckpt
#30506
Labels
enhancement
Request for new feature and/or capability
P2
Important issue, but not time-critical
tune
Tune-related issues
Description
Although I set
CheckpointConfig(num_to_keep=1)
inTuner RunConfig
, the ckpt storage is still too huge because I set a large trial number. Too many useless trials exceed my storage quota.I tried to set
checkpoint_config=CheckpointConfig(num_to_keep=0)
. But meet the error:However, args document of
CheckpointConfig
says: If this is0
then no checkpoints will be persisted to disk.So is it possible to disable persistent CheckpointStorage?
Use case
Code
The text was updated successfully, but these errors were encountered: