Update hub serving to support multicards prediction
Showing
文件已移动
paddlehub/serving/__init__.py
0 → 100644
paddlehub/serving/app_compat.py
0 → 100644
paddlehub/serving/client.py
0 → 100644
paddlehub/serving/device.py
0 → 100644
paddlehub/serving/http_server.py
0 → 100644
paddlehub/serving/worker.py
0 → 100644
... | @@ -10,6 +10,9 @@ sentencepiece | ... | @@ -10,6 +10,9 @@ sentencepiece |
colorlog | colorlog | ||
tqdm | tqdm | ||
nltk | nltk | ||
pyzmq | |||
gitpython | |||
easydict | |||
# pandas no longer support python2 in version 0.25 and above | # pandas no longer support python2 in version 0.25 and above | ||
pandas ; python_version >= "3" | pandas ; python_version >= "3" | ||
... | ... |
想要评论请 注册 或 登录