fix: fix para
This commit is contained in:
parent
ae308991fb
commit
0cf37e5ec1
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
run_type = $1
|
run_type = "$1"
|
||||||
model = $2
|
model = "$2"
|
||||||
gpu_cnt = $3
|
gpu_cnt = "$3"
|
||||||
max_steps = $4
|
max_steps = "$4"
|
||||||
|
|
||||||
current_datetime=$(date +%Y%m%d%H%M%S)
|
current_datetime=$(date +%Y%m%d%H%M%S)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue