fix: fix space

This commit is contained in:
wql 2024-09-05 12:59:52 +08:00
parent f23e9d417e
commit 846fb7bfef
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
run_name="${run_type}_${model}_${gpu_cnt}_gpu_${current_datetime}"
fi
output_dir ="./results/${run_name}"
output_dir="./results/${run_name}"
if [ ! -d "$output_dir" ]; then
mkdir -p "$output_dir"