Commit e86d249d authored by dcuai's avatar dcuai
Browse files

Update README.md

parent e367c00e
......@@ -133,7 +133,7 @@ lmdeploy serve api_client restful_api_url
```bash
# restful_api_url 就是 api_server 产生的,比如 http://localhost:23333
# server-name 和 server-port 是用来提供 gradio ui 访问服务的
# 例子: lmdeploy serve gradio http://localhost:23333 --server-name localhost --server-port 6006
# 例子: lmdeploy serve gradio http://localhost:23333 --server-name localhost --server-port 23333
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