From 0cf37e5ec18bfd5df3fcbfee3f97d76a3345f5a2 Mon Sep 17 00:00:00 2001 From: wql Date: Thu, 5 Sep 2024 12:57:41 +0800 Subject: [PATCH] fix: fix para --- run_once.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run_once.sh b/run_once.sh index de3dd6e7..09786827 100644 --- a/run_once.sh +++ b/run_once.sh @@ -1,9 +1,9 @@ #!/bin/bash -run_type = $1 -model = $2 -gpu_cnt = $3 -max_steps = $4 +run_type = "$1" +model = "$2" +gpu_cnt = "$3" +max_steps = "$4" current_datetime=$(date +%Y%m%d%H%M%S)