Files
FastDeploy/docs/zh/cli/serve.md
2025-10-28 10:35:11 +08:00

21 lines
511 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# serveAPI 服务化
`fastdeploy serve` 提供与 OpenAI 协议兼容的服务化部署。
## 参数
以下是根据您的说明生成的表格:
|选项|说明|默认|
|-|-|-|
|--config|从配置文件读取 CLI 选项YAML 格式)|None|
更多参数说明见:[FastDeploy 参数文档](../parameters.md)
## 示例
```
# 启动 FastDeploy API 服务器
fastdeploy serve --model baidu/ERNIE-4.5-0.3B-Paddle
# 指定端口启动
fastdeploy serve --model baidu/ERNIE-4.5-0.3B-Paddle --port 8000
```