From 6d4013ac99b72971833c9ad60cb1b58f9261bd3e Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Sat, 5 Oct 2024 12:14:59 -0700 Subject: [PATCH] Update getting_started.md --- docs/getting_started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index e933493c9..ef192e90d 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -66,8 +66,13 @@ This guides allows you to quickly get started with building and running a Llama You may also checkout this [notebook](https://github.com/meta-llama/llama-stack/blob/main/docs/getting_started.ipynb) for trying out out demo scripts. ## Quick Cheatsheet -- Quick 3 line command to build and start a LlamaStack server using our Meta Reference implementation for all API endpoints with `conda` as build type. +#### Via docker +``` +docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack-local-gpu +``` + +#### Via conda **`llama stack build`** - You'll be prompted to enter build information interactively. ```