From 95ed6c45cd42e7cf3a4c7339c300cb3bd5025286 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": {