提交 e0d1779f 编写于 作者: L LDOUBLEV

add requirments

上级 f3efa9be
......@@ -29,6 +29,11 @@ infer_gpu_id=$(func_parser "${lines[12]}")
log_path=$(func_parser "${lines[13]}")
status_log="${log_path}/result.log"
# install requirments
${python} -m pip install pynvml;
${python} -m pip install psutil;
${python} -m pip install GPUtil;
function status_check(){
last_status=$1 # the exit code
......
......@@ -69,6 +69,11 @@ gpu_precision_list=$(func_parser "${lines[11]}")
log_path=$(func_parser "${lines[13]}")
status_log="${log_path}/result.log"
# install requirments
${python} -m pip install pynvml;
${python} -m pip install psutil;
${python} -m pip install GPUtil;
function status_check(){
last_status=$1 # the exit code
run_model=$2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册