mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 04:45:44 +00:00
fix configure
This commit is contained in:
parent
c0f2f9402e
commit
b5217fe6fc
3 changed files with 6 additions and 3 deletions
|
@ -8,6 +8,8 @@ from typing import Any, Dict
|
|||
|
||||
from llama_stack.distribution.datatypes import Api, ProviderSpec, StackRunConfig
|
||||
|
||||
from .config import BuiltinImplConfig # noqa
|
||||
|
||||
|
||||
async def get_builtin_impl(config: StackRunConfig):
|
||||
from .models import BuiltinModelsImpl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue