From 7d0cf5a79c340e2d212eb6d3273270e55586ed5c Mon Sep 17 00:00:00 2001 From: wql Date: Thu, 19 Sep 2024 15:30:31 +0800 Subject: [PATCH] chore: add echo --- run_once.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run_once.sh b/run_once.sh index 7a5bf72c..c7bca5ef 100644 --- a/run_once.sh +++ b/run_once.sh @@ -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