From fcd080851b87de0fb4c8735058e87b924ca02fb3 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Thu, 10 Jun 2021 15:49:33 +0800 Subject: [PATCH] add paddleslim --- test/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.sh b/test/test.sh index 6c584810..39a60033 100644 --- a/test/test.sh +++ b/test/test.sh @@ -73,6 +73,7 @@ status_log="${log_path}/result.log" ${python} -m pip install pynvml; ${python} -m pip install psutil; ${python} -m pip install GPUtil; +${python} -m pip install paddlesim==2.0.0 function status_check(){ last_status=$1 # the exit code -- GitLab