boris commited on
Commit
7253e56
1 Parent(s): 074c5e1

feat: limit artifacts size

Browse files
Files changed (1) hide show
  1. dev/seq2seq/run_seq2seq_flax.py +1 -1
dev/seq2seq/run_seq2seq_flax.py CHANGED
@@ -982,7 +982,7 @@ def main():
982
 
983
  # save some space
984
  c = wandb.wandb_sdk.wandb_artifacts.get_artifacts_cache()
985
- c.cleanup(wandb.util.from_human_size("15GB"))
986
 
987
  # save to the hub
988
  if training_args.push_to_hub:
 
982
 
983
  # save some space
984
  c = wandb.wandb_sdk.wandb_artifacts.get_artifacts_cache()
985
+ c.cleanup(wandb.util.from_human_size("5GB"))
986
 
987
  # save to the hub
988
  if training_args.push_to_hub: