Merge pull request #369 from unslothai/fix/model-mappping-syntax

fixed string concatenation in model mapping
This commit is contained in:
Roland Tannous 2026-03-11 12:39:13 +04:00 committed by GitHub
commit 16eb39b53d

View file

@ -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",
],