Skip to content

Commit b905630

Browse files
authored
Update
1 parent 68f3847 commit b905630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trainLora copy.sh renamed to trainLora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ for step in "${steps[@]}"; do
7474
--save_strategy steps \
7575
# --warmup_steps 50 \
7676

77-
echo "del $output_dir目录下的每个checkpoint文件夹内的global_step文件夹"
77+
echo "del $output_dir checkpoint of global_step"
7878
find "yourPath/LLaMA-Efficient-Tuning/${output_dir#./}" -path '*/checkpoint-*/global_step*' -type d -exec rm -rf {} +
7979
done
8080
done

0 commit comments

Comments
 (0)