Spaces:
Running
Running
feat: limit artifacts size
Browse files
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("
|
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:
|