temp / Helios /_DEV2 /tools /remove_ckpt.sh
Cccccz's picture
Add files using upload-large-folder tool
315a949 verified
Raw
History Blame Contribute Delete
258 Bytes
DIR="./"
find "$DIR" -type d -name "pytorch_model" -exec rm -rf {} +
find "$DIR" -type d -name "distributed_checkpoint" -exec rm -rf {} +
find "$DIR" -type f -name "random_states_*" -exec rm -f {} +
find "$DIR" -type f -name "scheduler.bin*" -exec rm -f {} +