mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 00:05:18 +00:00
remove async
This commit is contained in:
parent
41069b4b05
commit
edd946a207
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ async def construct_stack(
|
|||
return impls
|
||||
|
||||
|
||||
async def get_stack_run_config_from_template(template: str) -> StackRunConfig:
|
||||
def get_stack_run_config_from_template(template: str) -> StackRunConfig:
|
||||
template_path = pkg_resources.resource_filename(
|
||||
"llama_stack", f"templates/{template}/run.yaml"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue