Files
wehub-resource-sync 2aaeece67c
Codestyle Check / Lint (push) Has been cancelled
Codestyle Check / Check bypass (push) Has been cancelled
Pipelines-Test / Pipelines-Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:14 +08:00
..

基于 PaddleNLP SimpleServing 的服务化部署

目录

环境准备

使用有 SimpleServing 功能的 PaddleNLP 版本

pip install paddlenlp >= 2.5.1

Server 服务启动

分类任务启动

启动分类 Server 服务

paddlenlp server server:app --host 0.0.0.0 --port 8189

启动分类 Client 服务

python client.py