mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-15 01:26:10 +00:00
bugfix
This commit is contained in:
parent
471d40e80c
commit
e45e4f947a
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ def get_model_registry(
|
|||
all_ids.update(ids)
|
||||
if ids_conflict:
|
||||
break
|
||||
if ids_conflict:
|
||||
break
|
||||
|
||||
for provider_id, entries in available_models.items():
|
||||
for entry in entries:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue