mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
update README.md
This commit is contained in:
parent
3a7884345a
commit
cb203b14b4
1 changed files with 8 additions and 1 deletions
|
@ -90,9 +90,16 @@ The `llama` CLI makes it easy to work with the Llama Stack set of tools. Please
|
|||
* [CLI reference](docs/cli_reference.md)
|
||||
* Guide using `llama` CLI to work with Llama models (download, study prompts), and building/starting a Llama Stack distribution.
|
||||
* [Getting Started](docs/getting_started.md)
|
||||
* Guide to start a Llama Stack server.
|
||||
* Quick guide to start a Llama Stack server.
|
||||
* [Jupyter notebook](./docs/getting_started.ipynb) to walk-through how to use simple text and vision inference llama_stack_client APIs
|
||||
* [Building a Llama Stack Distribution](docs/building_distro.md)
|
||||
* Guide to build a Llama Stack distribution
|
||||
* [Distributions](./distributions/)
|
||||
* References to start Llama Stack distributions backed with different API providers.
|
||||
* [Developer Cookbook](./docs/developer_cookbook.md)
|
||||
* References to guides to help you get started based on your developer needs.
|
||||
* [Contributing](CONTRIBUTING.md)
|
||||
* [Adding a new API Provider](./docs/new_api_provider.md) to walk-through how to add a new API provider.
|
||||
|
||||
## Llama Stack Client SDK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue