You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# What does this PR do?
[Provide a short summary of what this PR does and why. Link to relevant
issues if applicable.]
```
from:
$ llama-stack-client models
Usage: llama-stack-client models [OPTIONS] COMMAND [ARGS]...
Manage GenAI models.
Options:
--help Show this message and exit.
Commands:
get Show available llama models at distribution endpoint <<<--
list Show available llama models at distribution endpoint
to:
$ llama-stack-client models
Usage: llama-stack-client models [OPTIONS] COMMAND [ARGS]...
Manage GenAI models.
Options:
--help Show this message and exit.
Commands:
get Show details of a specific model at the distribution endpoint <<<--
list Show available llama models at distribution endpoint
```
[//]: # (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)
[//]: # (- [ ] Added a Changelog entry if the change is significant)
Signed-off-by: reidliu41 <[email protected]>
Co-authored-by: reidliu41 <[email protected]>
0 commit comments