Skip to content

Commit 78d7784

Browse files
fix doc to make command consistent (#3619)
1 parent a5fda63 commit 78d7784

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ To serve your own model using local gpus, follow the instructions in [Serving wi
261261

262262
Now you're ready to launch the server:
263263
```
264-
cd fastchat/serve
265-
python gradio_web_server_multi.py --port 8080 --share --register-api-endpoint-file api_endpoint.json
264+
python3 -m fastchat.serve.gradio_web_server_multi --register-api-endpoint-file api_endpoint.json
266265
```
267266

268267
#### (Optional): Advanced Features, Scalability, Third Party UI

0 commit comments

Comments
 (0)