PaddleX/3.0-rc/pipeline_deploy/serving #3786
Replies: 7 comments 40 replies
-
我在测试‘高稳定性服务化部署’,使用通用OCR SDK,本地docker启动成功,client.py测试GRPCInferenceService通过,Metrics Service访问成功,但是HTTPService请求失败,一直报错400 Bad Request。想问一下HTTPService的接口调用文档有没有,请求参数是什么,怎么才能正确访问HTTPService |
Beta Was this translation helpful? Give feedback.
-
请问能否同时部署多个产线 |
Beta Was this translation helpful? Give feedback.
-
执行/bin/bash server.sh报一下错误,请问有人遇到吗?怎么解决的呢? |
Beta Was this translation helpful? Give feedback.
-
很强,希望能提供高性能的其他语言调用示例 |
Beta Was this translation helpful? Give feedback.
-
容器里 server.sh 不存在呀, 2.3 直接跑不了吗? 是要把sdk 里的 sh,和yml 配置抄到挂载目录吗? sudo docker run -e PADDLEX_HPS_DEVICE_TYPE=cpu -v /usr/local/paddleocr:/app -w /app --rm --init --network host --shm-size 8g ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlex/hps:paddlex3.0.3-cpu /bin/bash server.sh 执行后 docker run -it --entrypoint /bin/bash ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlex/hps:paddlex3.0.3-cpu |
Beta Was this translation helpful? Give feedback.
-
怎么指定2,3号gpu? |
Beta Was this translation helpful? Give feedback.
-
您好我在config_gpu内指定是2,3号gpu At: E0717 05:38:54.064662 7 model_repository_manager.cc:1186] failed to load 'ocr' version 1: Internal: OSError: (External) CUDA error(2), out of memory. At: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleX/3.0-rc/pipeline_deploy/serving
https://paddlepaddle.github.io/PaddleX/3.0-rc/pipeline_deploy/serving.html
Beta Was this translation helpful? Give feedback.
All reactions