From 379bbbdbdd1a2b19f8472b41a42a282a2f999d77 Mon Sep 17 00:00:00 2001 From: Samit Date: Wed, 11 Mar 2026 00:07:26 -0700 Subject: [PATCH] fixed string concatenation in model mapping --- studio/backend/utils/models/model_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/backend/utils/models/model_config.py b/studio/backend/utils/models/model_config.py index 909df0fa03..e9fea321ba 100644 --- a/studio/backend/utils/models/model_config.py +++ b/studio/backend/utils/models/model_config.py @@ -212,7 +212,7 @@ MODEL_NAME_MAPPING = { "unsloth/Ministral-3-3B-Instruct-2512", ], "unsloth_mistral-7b-v0.3-bnb-4bit.yaml": [ - "unsloth/mistral-7b-v0.3-bnb-4bit" + "unsloth/mistral-7b-v0.3-bnb-4bit", "unsloth/mistral-7b-v0.3", "mistralai/Mistral-7B-v0.3", ],