From d1931df795104342e924ebeac3df1dbe37fadbfa Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 21 Jan 2025 09:56:52 -0800 Subject: [PATCH] Fix markdown note syntax in llama_serving.md. --- 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. >