CoolFace
Apppublic

whoami-j/Ornith-MLX-Chat

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
App README

๐Ÿฆ Ornith-1.5-35B-A3B โ€” MLX 4-bit chat

Gradio chat frontend for `ornith-ai/Ornith-1.5-35B-A3B-MLX-4bit`, served by a local MLX LM server.

How it works

  • โ€”Run the model on any Apple Silicon Mac: mlx_lm.server --model ornith-ai/Ornith-1.5-35B-A3B-MLX-4bit (bind 0.0.0.0, port 8000).
  • โ€”Expose it publicly with a tunnel (cloudflared tunnel --url localhost:8000, ngrok, etc.).
  • โ€”Point this Space at the tunnel: hf spaces secrets set whoami-j/Ornith-MLX-Chat MLX_BASE_URL=https://<tunnel-host>/v1.
  • โ€”Chat here. Zero GPU cost on Hugging Face โ€” all inference happens on your Mac.

Config (env)

VarDefaultPurpose
MLX_BASE_URLhttp://localhost:8000/v1OpenAI-compatible endpoint (local or tunneled)
MODEL_NAMEornith-ai/Ornith-1.5-35B-A3B-MLX-4bitModel id passed to the server
API_KEYnoneAuth header sent to local server
TEMPERATURE0.6Sampling temperature