mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Small rename
This commit is contained in:
parent
71a905e93f
commit
95a96afe34
3 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ class ProviderWithSpec(Provider):
|
|||
|
||||
|
||||
# TODO: this code is not very straightforward to follow and needs one more round of refactoring
|
||||
async def resolve_impls_with_routing(run_config: StackRunConfig) -> Dict[Api, Any]:
|
||||
async def resolve_impls(run_config: StackRunConfig) -> Dict[Api, Any]:
|
||||
"""
|
||||
Does two things:
|
||||
- flatmaps, sorts and resolves the providers in dependency order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue