diff --git a/docs/getting_started.md b/docs/getting_started.md index 528771f49..41bf5f0a6 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -205,8 +205,11 @@ Build spec configuration saved at /home/xiyan/.llama/distributions/docker/docker ## Step 2. Configure After our distribution is built (either in form of docker or conda environment), we will run the following command to ``` -llama stack configure +llama stack configure [ | ] ``` +- For `conda` environments: would be the generated build spec saved from Step 1. +- For `docker` images downloaded from Dockerhub, you could also use as the argument. + - Run `docker images` to check list of available images on your machine. ``` $ llama stack configure ~/.llama/distributions/conda/8b-instruct-build.yaml @@ -243,8 +246,6 @@ YAML configuration has been written to ~/.llama/builds/conda/8b-instruct-run.yam After this step is successful, you should be able to find a run configuration spec in `~/.llama/builds/conda/8b-instruct-run.yaml` with the following contents. You may efit this file to change the settings. -> TODO: For Docker, specify docker image instead of build config. - ## Step 3. Run Now, let's start the Llama Stack Distribution Server. You will need the YAML configuration file which was written out at the end by the `llama stack configure` step.