Commit ee3a18a1 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent e86d249d
...@@ -133,7 +133,7 @@ lmdeploy serve api_client restful_api_url ...@@ -133,7 +133,7 @@ lmdeploy serve api_client restful_api_url
```bash ```bash
# restful_api_url 就是 api_server 产生的,比如 http://localhost:23333 # restful_api_url 就是 api_server 产生的,比如 http://localhost:23333
# server-name 和 server-port 是用来提供 gradio ui 访问服务的 # server-name 和 server-port 是用来提供 gradio ui 访问服务的
# 例子: lmdeploy serve gradio http://localhost:23333 --server-name localhost --server-port 23333 # 例子: lmdeploy serve gradio http://localhost:23333 --server-name localhost --server-port 6006
lmdeploy serve gradio restful_api_url --server-name {ip} --server-port {port} lmdeploy serve gradio restful_api_url --server-name {ip} --server-port {port}
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment