Skip to content

Commit

Permalink
fix doc to make command consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWithTim committed Nov 14, 2024
1 parent a5fda63 commit 58bb2f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ To serve your own model using local gpus, follow the instructions in [Serving wi

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

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

0 comments on commit 58bb2f5

Please sign in to comment.