mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
remove unused SambaNovaInferenceAdapter._config
This commit is contained in:
parent
633f87da4f
commit
ea654af9ef
1 changed files with 0 additions and 2 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue