From 4cd36f0dfdc1a6bb7fce3f37efff6dd285487912 Mon Sep 17 00:00:00 2001 From: Manzar <05.ferry.bobcat@icloud.com> Date: Tue, 9 Jun 2026 22:31:10 -0400 Subject: [PATCH] Add gemma4_unified model alias for Gemma 4 12B support --- mlx_lm/models/gemma4_unified.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 mlx_lm/models/gemma4_unified.py diff --git a/mlx_lm/models/gemma4_unified.py b/mlx_lm/models/gemma4_unified.py new file mode 100644 index 000000000..b23e9db50 --- /dev/null +++ b/mlx_lm/models/gemma4_unified.py @@ -0,0 +1 @@ +from .gemma4 import Model, ModelArgs