From 8f397d7f6214c2e3a994bdba69b35132debccd53 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 9 Oct 2024 22:27:47 -0700 Subject: [PATCH] bug fix for `llama stack configure` --- llama_stack/cli/stack/configure.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/llama_stack/cli/stack/configure.py b/llama_stack/cli/stack/configure.py index 021134e6d..9ec3b4357 100644 --- a/llama_stack/cli/stack/configure.py +++ b/llama_stack/cli/stack/configure.py @@ -154,9 +154,6 @@ class StackConfigure(Subcommand): image_name=image_name, apis=list(build_config.distribution_spec.providers.keys()), providers={}, - models=[], - shields=[], - memory_banks=[], ) config = configure_api_providers(config, build_config.distribution_spec)