fix: fix bug
This commit is contained in:
parent
18694dcf22
commit
a0e9a9bf8c
|
@ -61,7 +61,7 @@ bash ../npu_status.sh ${output_dir} 60 0 &
|
|||
npu_status_pid=$!
|
||||
# echo "${npu_status_pid}"
|
||||
|
||||
bash /usr/local/Ascend/llm_model/tests/modeltest/run.sh pa_fp16 performance_single [[256,256]] input.txt 1 $(model_name) $(model_path) $(gpu_cnt) &
|
||||
bash /usr/local/Ascend/llm_model/tests/modeltest/run.sh pa_fp16 performance_single [[256,256]] input.txt 1 "$(model_name)" "$(model_path)" "$(gpu_cnt)" &
|
||||
train_pid=$!
|
||||
|
||||
wait $train_pid
|
||||
|
|
Loading…
Reference in New Issue