提交 9f7dbb85 编写于 作者: W wangjiawei04

fix gpu win

上级 ae55eb3d
...@@ -25,7 +25,8 @@ from .version import serving_server_version ...@@ -25,7 +25,8 @@ from .version import serving_server_version
from contextlib import closing from contextlib import closing
import argparse import argparse
import collections import collections
import fcntl if sys.platform.startswith('win') is False:
import fcntl
import shutil import shutil
import numpy as np import numpy as np
import grpc import grpc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册