mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 23:42:37 +00:00
rename
This commit is contained in:
parent
cbb423a32f
commit
c830235936
4 changed files with 17 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ from functools import lru_cache
|
|||
from pathlib import Path
|
||||
|
||||
TEMPLATES_PATH = (
|
||||
Path(os.path.relpath(__file__)).parent.parent.parent / "distribution" / "templates"
|
||||
Path(os.path.relpath(__file__)).parent.parent.parent.parent / "distributions"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue