Serving icon indicating copy to clipboard operation
Serving copied to clipboard

A flexible, high-performance carrier for machine learning models(『飞桨』服务化部署框架)

Results 218 Serving issues
Sort by recently updated
recently updated
newest added

### 系统环境: - OS: Windows10 - Python: 3.8.10 - Paddle: paddlepaddle-gpu 2.3.0.post112 - Serving: 0.9.0 - paddle-serving-app: 0.9.0 - paddle-serving-client: 0.9.0 - paddle-serving-server: 0.9.0 ### 操作步骤 Windows上按照[示例](https://github.com/PaddlePaddle/Serving/tree/v0.9.0/examples/C%2B%2B/PaddleDetection/yolov4)使用Serving部署Detection服务失败。 执行 `python3 -m...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies
python
contributor

An error occurs when running command : ``λ 71fd011ae915 /home/Serving/python {v0.9.0} python3 -m paddle_serving_server.serve check Traceback (most recent call last): File "/usr/local/lib/python3.6/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code =...

搭建paddle service的时候遇见问题,export model的时候我的输入设定是[None, None],代表[batch, token_size],在service中,preprocess函数中也是给的这个维度的数据,但是最后报这个错

paddleServing部署时,启动http客户端,报错 /home/aistudio/PaddleClas/deploy/paddleserving/recognition {'err_no': 8, 'err_msg': "(data_id=0 log_id=0) [det|0] Failed to postprocess: 'scale_factor.lod'", 'key': [], 'value': [], 'tensors': []} 识别推理模型serving_server_conf.prototxt文件是: feed_var { name: "x" alias_name: "x" is_lod_tensor: false feed_type: 1 shape:...

registry.baidubce.com/paddlepaddle/paddle 2.6.1 2f3e2fc3a97c 7 weeks ago 4.66GB registry.baidubce.com/paddlepaddle/paddle 2.4.0-cpu d69975c73b6d 17 months ago 4.59GB registry.baidubce.com/paddlepaddle/serving 0.9.0-runtime c2f920785302 23 months ago 4.33GB 想装上全家桶,不管基于哪个,安装官方的步骤,都是搞不定的。实际项目这三个都可能用得到,还有serving你们官方的docker,居然python只支持3.6,ubuntu16

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

λ 9fab183dbb12 /home/ppocr/Serving/build_server {v0.9.0} cmake -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE_DIR/ \ > -DPYTHON_LIBRARIES=$PYTHON_LIBRARIES \ > -DPYTHON_EXECUTABLE=$PYTHON_EXECUTABLE \ > -DOPENCV_DIR=$OPENCV_DIR \ > -DWITH_OPENCV=ON \ > -DSERVER=ON .. -- Found Paddle host system: ubuntu, version: 16.04.7...

FROM registry.baidubce.com/paddlepaddle/serving:xpu-x86 容器内连xpu显卡都看不到,请问正常吗 ![image](https://github.com/PaddlePaddle/Serving/assets/20828404/15f3a718-bf90-46c6-a97d-3571dfcac18c) 外面终端输命令就行,3块RG800 ![image](https://github.com/PaddlePaddle/Serving/assets/20828404/bf381526-62e8-4d93-9f4c-dec2d6d42782) ![image](https://github.com/PaddlePaddle/Serving/assets/20828404/ce623876-bd53-4179-b1d5-efe8aa5f37be)