mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
comment
This commit is contained in:
parent
d7a161c820
commit
1cf677e0ec
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class StackParser(Subcommand):
|
|||
self.parser.add_argument(
|
||||
"--version",
|
||||
action="version",
|
||||
version=f"llama-stack {version('llama-stack')}",
|
||||
version=f"{version('llama-stack')}",
|
||||
)
|
||||
|
||||
subparsers = self.parser.add_subparsers(title="stack_subcommands")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue