From ab9d2e1c7976c8c6ddee7cb29fbd8717110e9ee3 Mon Sep 17 00:00:00 2001 From: "Tianle (Tim) Li" <67527391+CodingWithTim@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:12:55 -0800 Subject: [PATCH] Update README.md Co-authored-by: Wei-Lin Chiang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046fe3cc0..241d9c7d4 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ For Anthropic models, specify `"api_type": "anthropic_message"` with your Anthro To serve your own model using local gpus, follow the instructions in [Serving with Web GUI](#serving-with-web-gui). -To launch a gradio web server, run `gradio_web_server_multi.py`. +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