mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-29 07:58:41 +00:00
fix confilct
This commit is contained in:
parent
07e687df3e
commit
ddd07a6069
@ -207,7 +207,7 @@ function func_inference(){
|
||||
done
|
||||
}
|
||||
|
||||
if [ ${MODE} = "whole_infer" ] || [ ${MODE} = "klquant_whole_infer" ]; then
|
||||
if [ ${MODE} = "whole_infer" ] || [ ${MODE} = "klquant_whole_infer" ] || [ ${MODE} = "system_infer" ] ; then
|
||||
GPUID=$3
|
||||
if [ ${#GPUID} -le 0 ];then
|
||||
env=" "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user