ollama import remove

This commit is contained in:
Xi Yan 2024-12-26 18:07:18 -08:00
parent 165777a181
commit f97638a323
3 changed files with 43 additions and 11 deletions

View file

@ -4,12 +4,11 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from llama_stack.apis.inference import Inference
from llama_stack.apis.models import Model
from .config import SampleConfig
from llama_stack.apis.inference import * # noqa: F403
class SampleInferenceImpl(Inference):
def __init__(self, config: SampleConfig):
self.config = config