mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 00:05:18 +00:00
rename getting started
This commit is contained in:
parent
27107fbbbd
commit
768ed09dec
1 changed files with 2 additions and 7 deletions
|
@ -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.
|
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
|
### 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:
|
You should see a table like this:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue