diff --git a/llama_stack/cli/stack/build.py b/llama_stack/cli/stack/build.py index 01b7dae66..00d62bd73 100644 --- a/llama_stack/cli/stack/build.py +++ b/llama_stack/cli/stack/build.py @@ -19,7 +19,7 @@ from llama_stack.distribution.resolver import InvalidProviderError from llama_stack.distribution.utils.dynamic import instantiate_class_type -TEMPLATES_PATH = Path(os.path.relpath(__file__)).parent.parent.parent / "templates" +TEMPLATES_PATH = Path(__file__).parent.parent.parent / "templates" @lru_cache()