mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
adjust import
This commit is contained in:
parent
e1c6a2c61c
commit
542fa68619
1 changed files with 3 additions and 2 deletions
|
@ -5,10 +5,11 @@
|
||||||
# the root directory of this source tree.
|
# the root directory of this source tree.
|
||||||
|
|
||||||
from .config import NutanixImplConfig
|
from .config import NutanixImplConfig
|
||||||
from .nutanix import NutanixInferenceAdapter
|
|
||||||
|
|
||||||
|
|
||||||
async def get_adapter_impl(config: NutanixInferenceAdapter, _deps):
|
async def get_adapter_impl(config: NutanixImplConfig, _deps):
|
||||||
|
from .nutanix import NutanixInferenceAdapter
|
||||||
|
|
||||||
assert isinstance(
|
assert isinstance(
|
||||||
config, NutanixImplConfig
|
config, NutanixImplConfig
|
||||||
), f"Unexpected config type: {type(config)}"
|
), f"Unexpected config type: {type(config)}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue