Views
No views yet
deepreinforce-ai/Ornith-1.0-9B for running locally on Apple Silicon —
the default model for chad, a Claude-Code-style
local coding agent.UD-Q4_K_XL = a dynamic quant that spends extra bits on the layers that matter) so the scheme is recognizable at a glance. It is not literally a llama.cpp k-quant — this is an MLX group-64 affine quant produced by our own per-module predicate (the bulk low-bit, sensitive layers high), then AWQ-calibrated block-by-block with a guaranteed-no-regression revert (a layer keeps AWQ scales only if they lower its quant error, else it falls back byte-for-byte to plain quant).uvx --from git+https://github.com/nathansutton/chad chadmlx-lm:1from mlx_lm import load, generate
2model, tok = load("nathansutton/Ornith-1.0-9B-UD-Q4_K_XL-MLX")
3print(generate(model, tok, "Write a haiku about quantization.", max_tokens=64))deepreinforce-ai/Ornith-1.0-9B. Review it before use or redistribution.