How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "pipenetwork/VISTA-9B-MLX-8bit"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "pipenetwork/VISTA-9B-MLX-8bit" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

VISTA-9B-MLX-8bit

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

Quantizations

Part of the VISTA MLX collection.

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

Use with mlx-lm

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

Downloads last month
19
Safetensors
Model size
9B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for pipenetwork/VISTA-9B-MLX-8bit

Quantized
(10)
this model

Collection including pipenetwork/VISTA-9B-MLX-8bit