mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 18:46:16 +00:00
missed one
This commit is contained in:
parent
88260a8c0a
commit
5d9b911b08
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def formulate_run_args(image_type: str, image_name: str) -> list[str]:
|
|||
return
|
||||
cprint(f"Using virtual environment: {env_name}", file=sys.stderr)
|
||||
|
||||
script = importlib.resources.files("llama_stack") / "distribution/start_stack.sh"
|
||||
script = importlib.resources.files("llama_stack") / "core/start_stack.sh"
|
||||
run_args = [
|
||||
script,
|
||||
image_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue