This commit is contained in:
Botao Chen 2024-12-18 16:05:35 -08:00
parent 92a367340c
commit 7b0deee899
3 changed files with 2 additions and 3 deletions

View file

@ -17,5 +17,4 @@ async def get_provider_impl(
impl = MetaReferenceInferenceImpl(config)
await impl.initialize()
return impl