Skip to content

Commit ea654af

Browse files
committed
remove unused SambaNovaInferenceAdapter._config
1 parent 633f87d commit ea654af

File tree

1 file changed

+0
-2
lines changed
  • llama_stack/providers/remote/inference/sambanova

1 file changed

+0
-2
lines changed

llama_stack/providers/remote/inference/sambanova/sambanova.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515

1616
class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin):
17-
_config: SambaNovaImplConfig
18-
1917
def __init__(self, config: SambaNovaImplConfig):
2018
self.config = config
2119
self.environment_available_models = []

0 commit comments

Comments
 (0)