We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea654af commit aaaf921Copy full SHA for aaaf921
llama_stack/providers/remote/inference/sambanova/sambanova.py
@@ -4,14 +4,11 @@
4
# This source code is licensed under the terms described in the LICENSE file in
5
# the root directory of this source tree.
6
7
-from llama_stack.log import get_logger
8
from llama_stack.providers.utils.inference.litellm_openai_mixin import LiteLLMOpenAIMixin
9
10
from .config import SambaNovaImplConfig
11
from .models import MODEL_ENTRIES
12
13
-logger = get_logger(name=__name__, category="inference")
14
-
15
16
class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin):
17
def __init__(self, config: SambaNovaImplConfig):
0 commit comments