diff --git a/llama_stack/templates/passthrough/passthrough.py b/llama_stack/templates/passthrough/passthrough.py index 26fdd88a8..cc3f55937 100644 --- a/llama_stack/templates/passthrough/passthrough.py +++ b/llama_stack/templates/passthrough/passthrough.py @@ -23,7 +23,6 @@ from llama_stack.providers.remote.inference.passthrough.config import ( from llama_stack.providers.utils.inference.model_registry import ProviderModelEntry from llama_stack.templates.template import ( DistributionTemplate, - get_model_registry, RunConfigSettings, )