mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 05:38:38 +00:00
Add CLI reference doc
This commit is contained in:
parent
b8aa99b034
commit
142b36c7c5
3 changed files with 149 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
# llama-toolchain
|
||||
|
||||
This repo contains the API specifications for various components of the Llama Stack as well implementations for some of those APIs like model inference.
|
||||
The Stack consists of toolchain-apis and agentic-apis. This repo contains the toolchain-apis
|
||||
|
||||
The Llama Stack consists of toolchain-apis and agentic-apis. This repo contains the toolchain-apis.
|
||||
|
||||
## Installation
|
||||
|
||||
You can install this repository as a [package](https://pypi.org/project/llama-toolchain/) by just doing `pip install llama-toolchain`
|
||||
You can install this repository as a [package](https://pypi.org/project/llama-toolchain/) with `pip install llama-toolchain`
|
||||
|
||||
If you want to install from source:
|
||||
|
||||
|
@ -29,7 +30,7 @@ llama --help
|
|||
|
||||
usage: llama [-h] {download,inference,model,agentic_system} ...
|
||||
|
||||
Welcome to the LLama cli
|
||||
Welcome to the llama CLI
|
||||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue