提交 4fb9b76f 编写于 作者: L LDOUBLEV

fix get gpu id

上级 a09bcf5c
......@@ -311,10 +311,6 @@ def create_predictor(args, mode, logger):
def get_infer_gpuid():
#cmd = "nvidia-smi"
#res = os.popen(cmd).readlines()
#if len(res) == 0:
# return None
cmd = "env | grep CUDA_VISIBLE_DEVICES"
env_cuda = os.popen(cmd).readlines()
if len(env_cuda) == 0:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册