From 768ed09dec0ec355fa96e0e00c613ba76b2a6790 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 13 Sep 2024 14:48:27 -0700 Subject: [PATCH] rename getting started --- docs/{build_configure_run.md => getting_started.md} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) rename docs/{build_configure_run.md => getting_started.md} (98%) diff --git a/docs/build_configure_run.md b/docs/getting_started.md similarity index 98% rename from docs/build_configure_run.md rename to docs/getting_started.md index 671e6e686..72b4057e3 100644 --- a/docs/build_configure_run.md +++ b/docs/getting_started.md @@ -1,4 +1,4 @@ -# Get Started +# Getting Started The `llama` CLI tool helps you setup and use the Llama toolchain & agentic systems. It should be available on your path after installing the `llama-toolchain` package. @@ -81,13 +81,8 @@ INFO: Uvicorn running on http://[::]:5000 (Press CTRL+C to quit) ``` ### Step 0. Prerequisites -You first need to have models downloaded locally. +You first need to have models downloaded locally. You can see this page for downloading models -To download any model you need the **Model Descriptor**. -This can be obtained by running the command -``` -llama model list -``` You should see a table like this: