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

VISTA-9B-MLX-6bit

MLX (Apple Silicon) conversion of inclusionAI/VISTA-9B, quantized to 6-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 (this repo)
5-bit
4-bit

Use with mlx-lm

pip install mlx-lm
python -m mlx_lm generate --model pipenetwork/VISTA-9B-MLX-6bit --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": 6, "mode": "affine"}.