From 9c9b307d33c2b3206b1b97c5d98a78c7dbe9d9a3 Mon Sep 17 00:00:00 2001 From: Kingsley Date: Fri, 11 Jul 2025 18:59:53 +0800 Subject: [PATCH] [model] add Devstral-Small-2507 (#8614) --- src/llamafactory/extras/constants.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/llamafactory/extras/constants.py b/src/llamafactory/extras/constants.py index ac399a73..f75bfc56 100644 --- a/src/llamafactory/extras/constants.py +++ b/src/llamafactory/extras/constants.py @@ -589,6 +589,17 @@ register_model_group( ) +register_model_group( + models={ + "Devstral-Small-2507-Instruct": { + DownloadSource.DEFAULT: "mistralai/Devstral-Small-2507", + DownloadSource.MODELSCOPE: "mistralai/Devstral-Small-2507", + }, + }, + template="mistral_small", +) + + register_model_group( models={ "EXAONE-3.0-7.8B-Instruct": {