From b629ea791a141a99b155048c3c9be0eac2311620 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 21 Jan 2025 10:10:05 -0800 Subject: [PATCH] Fix markdown note syntax in llama_serving.md. (#855) See https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts --- docs/shortfin/llm/user/llama_serving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shortfin/llm/user/llama_serving.md b/docs/shortfin/llm/user/llama_serving.md index 6abe399db..33a408aa8 100644 --- a/docs/shortfin/llm/user/llama_serving.md +++ b/docs/shortfin/llm/user/llama_serving.md @@ -184,7 +184,7 @@ Now that we are finished with setup, we can start the Shortfin LLM Server. Run the following command to launch the Shortfin LLM Server in the background: -> **Note** +> [!NOTE] > By default, our server will start at `http://localhost:8000`. > You can specify the `--host` and/or `--port` arguments, to run at a different address. >