From 73d03e29301390d6b97b9547389336fbd06bcb2e Mon Sep 17 00:00:00 2001 From: aoi-dev-0411 Date: Sat, 11 Apr 2026 23:54:54 +0900 Subject: [PATCH] feat: add Gemma 3 aliases (4B, 1B, 27B) (closes #77) --- vllm_mlx/aliases.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vllm_mlx/aliases.json b/vllm_mlx/aliases.json index 3432e4c3..7a11739e 100644 --- a/vllm_mlx/aliases.json +++ b/vllm_mlx/aliases.json @@ -12,6 +12,9 @@ "gemma-4-26b": "mlx-community/gemma-4-26b-a4b-it-4bit", "gemma-4-31b": "mlx-community/gemma-4-31b-it-4bit", "gemma3-12b": "mlx-community/gemma-3-12b-it-qat-4bit", + "gemma3-4b": "mlx-community/gemma-3-4b-it-qat-4bit", + "gemma3-1b": "mlx-community/gemma-3-1b-it-qat-4bit", + "gemma3-27b": "mlx-community/gemma-3-27b-it-qat-4bit", "phi4-14b": "mlx-community/phi-4-mini-instruct-4bit", "mistral-24b": "mlx-community/Mistral-Small-3.1-24B-Instruct-2503-4bit", "devstral-24b": "mlx-community/Devstral-Small-2503-MLX-4bit",