We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f3847 commit b905630Copy full SHA for b905630
trainLora copy.sh renamed to trainLora.sh
@@ -74,7 +74,7 @@ for step in "${steps[@]}"; do
74
--save_strategy steps \
75
# --warmup_steps 50 \
76
77
- echo "del $output_dir目录下的每个checkpoint文件夹内的global_step文件夹"
+ echo "del $output_dir checkpoint of global_step"
78
find "yourPath/LLaMA-Efficient-Tuning/${output_dir#./}" -path '*/checkpoint-*/global_step*' -type d -exec rm -rf {} +
79
done
80
0 commit comments