-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add the paddlenlp server #2845
add the paddlenlp server #2845
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对名字做个讨论明晰下利弊。另外文档中的专业术语编写
如server,service,serving,最好有个清晰的界定,什么场合用什么词
@@ -0,0 +1,72 @@ | |||
# 基于PaddleNLP SimpleServing的服务化部署 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一会Serving一会Server,这里的专用术语是否有个明确的界定?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一会Serving一会Server,这里的专用术语是否有个明确的界定?
service、serving 服务化,服务化在硬件层面和软件层面分为server、client,server意指提供服务的服务器、服务软件,client接收服务的客户端、客户软件
@@ -0,0 +1,72 @@ | |||
# 基于PaddleNLP SimpleServing的服务化部署 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple Serving你这里需要有空格吗?关于名字是否再做一个讨论?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple Serving你这里需要有空格吗?关于名字是否再做一个讨论?
SimpleServing这里之前的考虑是一个专有名词,目前这个PR还是一个Draft PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
明确一个命令行入口后再做功能扩展
而不把命令行入口局限在一个server功能
### 分类任务启动 | ||
#### 启动 分类 Server 服务 | ||
```bash | ||
ppnlp-server server_classification:app --host 0.0.0.0 --port 8989 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我在想命令行入口是否同意用paddlenlp
paddlenlp server -xxxx
paddlenlp train -xxxx
将来可以往更高阶的自动化训练扩展的同时保持同一个命令行入口
fdffdc6
to
e0606bc
Compare
f97ab7b
to
f12a0d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
New features
PR changes
APIs
Description
New features
for the Transformers models serving
for the Taskflow serving
start the service