Views
No views yet
deepreinforce-ai/Ornith-1.0-35B for running locally on Apple Silicon —
a higher-bit build for big-memory Macs, used by the Terminal-Bench kit of chad, a Claude-Code-style
local coding agent.uvx --from git+https://github.com/nathansutton/mlxcc chadmlx-lm:1from mlx_lm import load, generate
2model, tok = load("nathansutton/Ornith-1.0-35B-Q6-MLX")
3print(generate(model, tok, "Write a haiku about quantization.", max_tokens=64))deepreinforce-ai/Ornith-1.0-35B. Review it before use or redistribution.