diff --git a/llama_stack/cli/stack/build.py b/llama_stack/cli/stack/build.py index 54d78ad93..3e49a583e 100644 --- a/llama_stack/cli/stack/build.py +++ b/llama_stack/cli/stack/build.py @@ -4,6 +4,9 @@ # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. import argparse + +import importlib.resources + import os import shutil from functools import lru_cache