From 29138a51672e43b79988e5a5ddf866229ce15697 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Sat, 5 Oct 2024 12:28:02 -0700 Subject: [PATCH] Update getting_started.md --- docs/getting_started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index ef192e90d..32f4d2d15 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -72,6 +72,10 @@ You may also checkout this [notebook](https://github.com/meta-llama/llama-stack/ docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack-local-gpu ``` +> [!NOTE] +> `~/.llama` should be the path containing downloaded weights of Llama models. + + #### Via conda **`llama stack build`** - You'll be prompted to enter build information interactively.