How to use from
Hermes Agent
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "ahmedandaloes/Qwythos-9B-v2-MLX-8bit"
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default ahmedandaloes/Qwythos-9B-v2-MLX-8bit
Run Hermes
hermes
Quick Links

Qwythos-9B-v2 — MLX 8-bit

8-bit quantized MLX build of empero-ai/Qwythos-9B-v2, for fast local inference on Apple Silicon.

  • Precision: 8-bit affine, group size 64.
  • Weights unchanged from source — format + precision conversion only.
  • Converted with mlx-lm.

Builds

GGUF builds: empero-ai/Qwythos-9B-v2-GGUF.

Usage

pip install mlx-lm
from mlx_lm import load, generate
model, tok = load("ahmedandaloes/Qwythos-9B-v2-MLX-8bit")
p = tok.apply_chat_template([{"role":"user","content":"Name a common web vulnerability."}], add_generation_prompt=True)
print(generate(model, tok, prompt=p, max_tokens=200, verbose=True))

Attribution

Source: empero-ai/Qwythos-9B-v2. License per source (Apache-2.0 assumed; verify). MLX build for the Apple Silicon community. For authorized security work only.

Downloads last month
37
Safetensors
Model size
9B params
Tensor type
U32
·
BF16
·
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 ahmedandaloes/Qwythos-9B-v2-MLX-8bit

Finetuned
Qwen/Qwen3.5-9B
Quantized
(30)
this model

Collection including ahmedandaloes/Qwythos-9B-v2-MLX-8bit