mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 08:29:48 +00:00
Move run-*.yaml to templates/ so they can be packaged
This commit is contained in:
parent
dd732f037f
commit
5dce17668c
23 changed files with 682 additions and 722 deletions
|
|
@ -40,7 +40,7 @@ def process_template(template_dir: Path, progress) -> None:
|
|||
template = template_func()
|
||||
|
||||
template.save_distribution(
|
||||
yaml_output_dir=REPO_ROOT / "distributions" / template.name,
|
||||
yaml_output_dir=REPO_ROOT / "llama_stack" / "templates" / template.name,
|
||||
doc_output_dir=REPO_ROOT
|
||||
/ "docs/source/getting_started/distributions"
|
||||
/ f"{template.distro_type}_distro",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue