chore: add echo

This commit is contained in:
wql 2024-09-19 15:30:31 +08:00
parent 647525952d
commit 7d0cf5a79c
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ model="$2"
gpu_cnt="$3"
max_steps="$4"
echo "run_type: ${run_type}"
echo "model: ${model}"
echo "gpu_cnt: ${gpu_cnt}"
echo "max_steps: ${max_steps}"
current_datetime=$(date +%Y%m%d%H%M%S)
if [ "${run_type}"="lora_sft" ]; then