mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
comments
This commit is contained in:
parent
55aaeda107
commit
a086c0b16c
1 changed files with 2 additions and 1 deletions
|
@ -77,8 +77,9 @@ class StackConfigure(Subcommand):
|
|||
conda_envs = json.loads(output.decode("utf-8"))
|
||||
|
||||
for x in conda_envs:
|
||||
if x.endswith(f"llamastack-{args.config}"):
|
||||
if x.endswith(f"/llamastack-{args.config}"):
|
||||
conda_dir = Path(x)
|
||||
break
|
||||
|
||||
build_config_file = Path(conda_dir) / f"{args.config}-build.yaml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue