Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

基于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