From 8b877a3b9f0dd8cbbddd0ebe50a2110f9ab508d8 Mon Sep 17 00:00:00 2001 From: Stephen Baione Date: Tue, 12 Nov 2024 01:37:24 +0000 Subject: [PATCH] Add `echo $PORT` to the end of the port command --- docs/shortfin/llm/user/e2e_llama8b_mi300x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shortfin/llm/user/e2e_llama8b_mi300x.md b/docs/shortfin/llm/user/e2e_llama8b_mi300x.md index 982527272..5bf872c8e 100644 --- a/docs/shortfin/llm/user/e2e_llama8b_mi300x.md +++ b/docs/shortfin/llm/user/e2e_llama8b_mi300x.md @@ -76,6 +76,7 @@ def find_available_port(starting_port=8000, max_port=8100): find_available_port() ") +echo $PORT ``` #### General Env Vars