[bugfix] fix #146 (#147)

* more robust image type

* lint
This commit is contained in:
Xi Yan 2024-09-28 17:47:00 -07:00 committed by GitHub
parent b646167d94
commit f6a6598d1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -82,7 +82,7 @@ $CONDA_PREFIX/bin/pip install -e .
## The Llama CLI
The `llama` CLI makes it easy to work with the Llama Stack set of tools, including installing and running Distributions, downloading models, studying model prompt formats, etc. Please see the [CLI reference](docs/cli_reference.md) for details. Please see the [Getting Started](docs/getting_started.md) guide for running a Llama Stack server.
The `llama` CLI makes it easy to work with the Llama Stack set of tools, including installing and running Distributions, downloading models, studying model prompt formats, etc. Please see the [CLI reference](docs/cli_reference.md) for details. Please see the [Getting Started](docs/getting_started.md) guide for running a Llama Stack server.
## Llama Stack Client SDK