VISTA-4B-MLX-5bit / README.md
pipenetwork's picture
Add files using upload-large-folder tool
af3d722 verified
|
Raw
History Blame Contribute Delete
1.12 kB
metadata
license: apache-2.0
base_model: inclusionAI/VISTA-4B
base_model_relation: quantized
pipeline_tag: text-generation
library_name: mlx
tags:
  - mlx
  - qwen3_5
  - text-generation

VISTA-4B-MLX-5bit

MLX (Apple Silicon) conversion of inclusionAI/VISTA-4B, quantized to 5-bit. First MLX build of this model. Text-only build of the backbone.

Quantizations

Part of the VISTA MLX collection.

Variant
8-bit
6-bit
5-bit (this repo)
4-bit

Use with mlx-lm

pip install mlx-lm
python -m mlx_lm generate --model pipenetwork/VISTA-4B-MLX-5bit --prompt "Hello" -m 200

Validation

Smoke-tested locally: loads and generates coherent text.

License

apache-2.0 (inherited from base). Quantization config: {"group_size": 64, "bits": 5, "mode": "affine"}.