mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 14:43:55 +00:00
unify server, run, simplify utils
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
This commit is contained in:
parent
019ddda138
commit
20ea53308a
7 changed files with 176 additions and 76 deletions
|
|
@ -21,7 +21,7 @@ from pathlib import Path
|
|||
from llama_stack.distribution.utils.image_types import LlamaStackImageType
|
||||
|
||||
|
||||
def formulate_run_args(image_type, image_name, config, template_name) -> list:
|
||||
def formulate_run_args(image_type: str, image_name: str) -> list[str]:
|
||||
env_name = ""
|
||||
|
||||
if image_type == LlamaStackImageType.CONDA.value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue