diff --git a/src/llamafactory/extras/constants.py b/src/llamafactory/extras/constants.py index 34ea6ae6d..79fee66a2 100644 --- a/src/llamafactory/extras/constants.py +++ b/src/llamafactory/extras/constants.py @@ -886,6 +886,9 @@ register_model_group( "Gemma-4-E4B-Thinking": { DownloadSource.DEFAULT: "google/gemma-4-E4B-it", }, + "Gemma-4-12B-Thinking": { + DownloadSource.DEFAULT: "google/gemma-4-12B-it", + }, }, template="gemma4n", multimodal=True,