mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-14 22:33:48 +00:00
Add version modifiers to display build version, dependencies and providers:
- add the `llama stack version` command that accepts modifiers to get additional informations - without any argument it displays the build version as the llama --version command - -o table,json allows to change output format - --dependencies display the dependency list used to build llamastack - --build-info displays the build information - --all display both and build version Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
This commit is contained in:
parent
ececc323d3
commit
efbe5fd477
6 changed files with 522 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -30,3 +30,6 @@ AGENTS.md
|
|||
server.log
|
||||
CLAUDE.md
|
||||
.claude/
|
||||
|
||||
# Auto-generated build info
|
||||
llama_stack/cli/build_info.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue