From a1eb4d016d88160054bdf8b3a50eee7b90fd6bf5 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 1 Nov 2024 11:03:55 -0700 Subject: [PATCH] troubleshooting --- docs/source/getting_started/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 4416d8305..bb445fa89 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -323,7 +323,6 @@ inference: :::: - ##### 1.2 (Optional) Update Model Serving Configuration ::::{tab-set} @@ -456,6 +455,11 @@ $ llama-stack-client models list :::: +##### Troubleshooting +- If you encounter any issues, search through our [GitHub Issues](https://github.com/meta-llama/llama-stack/issues), or file an new issue. +- Use `--port ` flag to switch port number. For docker run, update the `-p :` flag. + + ## Step 2. Run Llama Stack App ### Chat Completion Test