fix: fix para

This commit is contained in:
wql 2024-09-05 12:57:41 +08:00
parent ae308991fb
commit 0cf37e5ec1
1 changed files with 4 additions and 4 deletions

View File

@ -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)