mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
addressing comments
This commit is contained in:
parent
0e985648f5
commit
fd8adc1e50
3 changed files with 9 additions and 2 deletions
|
@ -13,7 +13,7 @@ async def get_inference_api_instance(config: InferenceConfig):
|
|||
|
||||
return InferenceImpl(config.impl_config)
|
||||
elif config.impl_config.impl_type == ImplType.ollama.value:
|
||||
from .inference import OllamaInference
|
||||
from .ollama import OllamaInference
|
||||
|
||||
return OllamaInference(config.impl_config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue