Move run-*.yaml to templates/ so they can be packaged

This commit is contained in:
Ashwin Bharambe 2024-11-18 14:54:20 -08:00
parent dd732f037f
commit 5dce17668c
23 changed files with 682 additions and 722 deletions

View file

@ -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",