mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +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.
|
||||
|
||||
from .config import NutanixImplConfig
|
||||
|
||||
|
||||
async def get_adapter_impl(config: NutanixImplConfig, _deps):
|
||||
from .nutanix import NutanixInferenceAdapter
|
||||
|
||||
|
||||
async def get_adapter_impl(config: NutanixInferenceAdapter, _deps):
|
||||
assert isinstance(
|
||||
config, NutanixImplConfig
|
||||
), f"Unexpected config type: {type(config)}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue