Unverified Commit 9eca5cbe authored by vansin's avatar vansin Committed by GitHub
Browse files

docs: fix typo (#123)

* docs: fix doc

* fix: fix lint
parent 169d8c7f
...@@ -98,7 +98,7 @@ python3 -m lmdeploy.serve.client {server_ip_addresss}:33337 internlm ...@@ -98,7 +98,7 @@ python3 -m lmdeploy.serve.client {server_ip_addresss}:33337 internlm
or webui, or webui,
``` ```shell
python3 -m lmdeploy.app {server_ip_addresss}:33337 internlm python3 -m lmdeploy.app {server_ip_addresss}:33337 internlm
``` ```
......
...@@ -97,7 +97,7 @@ python3 -m lmdeploy.serve.client {server_ip_addresss}:33337 internlm ...@@ -97,7 +97,7 @@ python3 -m lmdeploy.serve.client {server_ip_addresss}:33337 internlm
也可以通过 WebUI 方式来对话: 也可以通过 WebUI 方式来对话:
``` ```shell
python3 -m lmdeploy.app {server_ip_addresss}:33337 internlm python3 -m lmdeploy.app {server_ip_addresss}:33337 internlm
``` ```
......
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