forked from phoenix-oss/llama-stack-mirror
# What does this PR do? [Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] ``` $ llama model list --help usage: llama model list [-h] [--show-all] [--downloaded] Show available llama models options: -h, --help show this help message and exit --show-all Show all models (not just defaults) --downloaded List the downloaded models $ llama model list --downloaded +-------------+----------+---------------------+ | Model | Size | Modified Time | +-------------+----------+---------------------+ | Llama3.2-1B | 2.31 GB | 2025-02-16 13:38:04 | +-------------+----------+---------------------+ | Llama3.1-8B | 14.97 GB | 2025-02-16 10:36:37 | +-------------+----------+---------------------+ ``` [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) --------- Signed-off-by: reidliu <reid201711@gmail.com> Co-authored-by: reidliu <reid201711@gmail.com> |
||
---|---|---|
.. | ||
model | ||
scripts | ||
stack | ||
tests | ||
__init__.py | ||
download.py | ||
llama.py | ||
subcommand.py | ||
table.py | ||
verify_download.py |