模型产线训练完成后,部署失败
#14671
Replies: 2 comments 1 reply
-
从日志信息来看,模型部署失败的主要问题有两个: 1.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
建议在paddlex的仓库下提交issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2025-02-13T08:46:22.860979696Z start deploy...
2025-02-13T08:46:23.369973888Z Looking in indexes: https://pypi.doubanio.com/simple, https://mirrors.aliyun.com/pypi/simple
2025-02-13T08:46:23.379504840Z Processing ./feature_line_modules-0.1-py3-none-any.whl
2025-02-13T08:46:24.779640789Z Installing collected packages: feature-line-modules
2025-02-13T08:46:24.846602030Z Successfully installed feature-line-modules-0.1
2025-02-13T08:46:24.948449104Z downloading...
2025-02-13T08:46:25.494651651Z start downloading models...
2025-02-13T08:46:25.500015244Z start tar xf official_PP-OCRv4_server_det_6469.tar
2025-02-13T08:46:25.625405779Z start tar xf 74201_PP-OCRv4_server_rec_95495.tar
2025-02-13T08:46:26.047916619Z /opt/deploy.sh: line 134: : No such file or directory
2025-02-13T08:46:26.047952347Z /opt/deploy.sh: line 135: : No such file or directory
2025-02-13T08:46:26.047957289Z /opt/deploy.sh: line 136: : No such file or directory
2025-02-13T08:46:26.047935283Z start serving app...
2025-02-13T08:46:26.047961020Z /opt/deploy.sh: line 137: : No such file or directory
2025-02-13T08:46:26.176671722Z Waiting for the Triton server to be ready...
2025-02-13T08:46:33.354385368Z Triton server log file: triton_server.log
2025-02-13T08:46:34.196098116Z Traceback (most recent call last):
2025-02-13T08:46:34.196123290Z File "/home/aistudio/paddlex_serving_env/lib/python3.10/site-packages/tritonclient/http/init.py", line 28, in
2025-02-13T08:46:34.196127255Z from geventhttpclient import HTTPClient
2025-02-13T08:46:34.196129729Z ModuleNotFoundError: No module named 'geventhttpclient'
2025-02-13T08:46:34.196132115Z
2025-02-13T08:46:34.196134549Z The above exception was the direct cause of the following exception:
2025-02-13T08:46:34.196136862Z
2025-02-13T08:46:34.196138976Z Traceback (most recent call last):
2025-02-13T08:46:34.196141381Z File "/home/aistudio/pipeline_project/server.py", line 22, in
2025-02-13T08:46:34.196143815Z import tritonclient.http.aio as triton_http
2025-02-13T08:46:34.196146032Z File "/home/aistudio/paddlex_serving_env/lib/python3.10/site-packages/tritonclient/http/init.py", line 39, in
2025-02-13T08:46:34.196148489Z raise RuntimeError(
2025-02-13T08:46:34.196150885Z RuntimeError: The installation does not include http support. Specify 'http' or 'all' while installing the tritonclient package to include the support
Beta Was this translation helpful? Give feedback.
All reactions