From ea654af9ef3a4779d628fe9ad69ef0fd494c02ca Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Thu, 31 Jul 2025 15:45:14 -0500 Subject: [PATCH] remove unused SambaNovaInferenceAdapter._config --- llama_stack/providers/remote/inference/sambanova/sambanova.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama_stack/providers/remote/inference/sambanova/sambanova.py b/llama_stack/providers/remote/inference/sambanova/sambanova.py index ee158d7c7..78557161a 100644 --- a/llama_stack/providers/remote/inference/sambanova/sambanova.py +++ b/llama_stack/providers/remote/inference/sambanova/sambanova.py @@ -14,8 +14,6 @@ logger = get_logger(name=__name__, category="inference") class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin): - _config: SambaNovaImplConfig - def __init__(self, config: SambaNovaImplConfig): self.config = config self.environment_available_models = []