---
title: gemma-4-e4b-it-4bit
canonical_url: "https://www.modelscope.cn/models/mlx-community/gemma-4-e4b-it-4bit"
md_url: "https://www.modelscope.cn/models/mlx-community/gemma-4-e4b-it-4bit.md"
repository: mlx-community/gemma-4-e4b-it-4bit
last_updated: 2026-07-06
license: gemma
pipeline_tag: any-to-any
tasks:
  - any-to-any
model_type:
  - gemma4
architectures:
  - Gemma4ForConditionalGeneration
base_model:
  - google/gemma-4-E4B-it
base_model_relation: quantized
parameters: 1.6B
tensor_type:
  - U32
  - BF16
library_name:
  - mlx
  - safetensors
  - pytorch
frameworks:
  - pytorch
downloads: 4072
stars: 4
tags:
  - mlx
  - mlx-vlm
  - gemma4
  - image-text-to-text
---

# gemma-4-e4b-it-4bit

> gemma-4-e4b-it-4bit - mlx-community 在 ModelScope 开源的模型。mlx-community/gemma-4-e4b-it-4bit

mlx-community/gemma-4-e4b-it-4bit 是 ModelScope 魔搭社区上的 1.6B 参数any-to-any模型，采用 gemma 许可，基于 google/gemma-4-E4B-it 构建。

- **Repository**: mlx-community/gemma-4-e4b-it-4bit
- **License**: gemma
- **Tasks**: any-to-any
- **Parameters**: 1.6B
- **Base model**: google/gemma-4-E4B-it
- **Tags**: mlx, mlx-vlm, gemma4, image-text-to-text
- **Downloads**: 4072
- **Stars**: 4
- **Last updated**: 2026-07-06

Source: https://www.modelscope.cn/models/mlx-community/gemma-4-e4b-it-4bit

---

# mlx-community/gemma-4-e4b-it-4bit

MLX conversion of [google/gemma-4-E4B-it](https://huggingface.co/google/gemma-4-E4B-it) for Apple silicon.

- Source revision: `fee6332c1abaafb77f6f9624236c63aa2f1d0187`
- Variant: `4bit`
- Converted with `mlx_vlm.convert` from the local `mlx-vlm` checkout.

## Usage

```bash
pip install mlx-vlm
python -m mlx_vlm.generate --model mlx-community/gemma-4-e4b-it-4bit --prompt "Describe this image." --image path/to/image.jpg
```
