Unverified Commit 62a065b9 by 湛露先生 Committed by GitHub

Fix typo tips in bash sft. (#226)

Fix typo tips in bash sft.

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
parent 4b516249
......@@ -3,7 +3,7 @@
set -x
if [ "$#" -lt 2 ]; then
echo "Usage: run_qwen_05_peft.sh <nproc_per_node> <save_path> [other_configs...]"
echo "Usage: run_sft_qwen05_peft.sh <nproc_per_node> <save_path> [other_configs...]"
exit 1
fi
......
set -x
if [ "$#" -lt 2 ]; then
echo "Usage: run_qwen_05_sp2.sh <nproc_per_node> <save_path> [other_configs...]"
echo "Usage: run_sft_qwen05_sp2_liger.sh <nproc_per_node> <save_path> [other_configs...]"
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment