mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
- 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>
35 lines
496 B
Text
35 lines
496 B
Text
.env
|
|
__pycache__
|
|
dist
|
|
*.egg-info
|
|
dev_requirements.txt
|
|
build
|
|
.DS_Store
|
|
llama_stack/configs/*
|
|
.cursor/
|
|
xcuserdata/
|
|
*.hmap
|
|
.DS_Store
|
|
.build/
|
|
Package.resolved
|
|
*.pte
|
|
*.ipynb_checkpoints*
|
|
.idea
|
|
.venv/
|
|
.vscode
|
|
_build
|
|
docs/src
|
|
# Sample tool-calling datasets generated by NVIDIA notebooks
|
|
docs/notebooks/nvidia/tool_calling/sample_data/
|
|
pyrightconfig.json
|
|
venv/
|
|
pytest-report.xml
|
|
.coverage
|
|
.python-version
|
|
AGENTS.md
|
|
server.log
|
|
CLAUDE.md
|
|
.claude/
|
|
|
|
# Auto-generated build info
|
|
llama_stack/cli/build_info.py
|