chore: add echo
This commit is contained in:
parent
647525952d
commit
7d0cf5a79c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue