troubleshooting

This commit is contained in:
Xi Yan 2024-11-01 11:03:55 -07:00
parent 087ae6c4b4
commit a1eb4d016d

View file

@ -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 <PORT>` flag to switch port number. For docker run, update the `-p <PORT>:<PORT>` flag.
## Step 2. Run Llama Stack App
### Chat Completion Test