From e45e4f947a77b3e4bc11de589cfa7d553eba3c1f Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 3 Jun 2025 12:00:51 -0700 Subject: [PATCH] bugfix --- llama_stack/templates/template.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llama_stack/templates/template.py b/llama_stack/templates/template.py index 1b19b517e..b1ffba5be 100644 --- a/llama_stack/templates/template.py +++ b/llama_stack/templates/template.py @@ -53,6 +53,8 @@ def get_model_registry( ) break all_ids.update(ids) + if ids_conflict: + break if ids_conflict: break