How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "RepublicOfKorokke/LFM2.5-8B-A1B-oQ5-fp16"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "RepublicOfKorokke/LFM2.5-8B-A1B-oQ5-fp16"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "RepublicOfKorokke/LFM2.5-8B-A1B-oQ5-fp16",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

LFM2.5-8B-A1B-oQ5-fp16

This model was quantized using oQ (oMLX v0.3.12) mixed-precision quantization.

Quantization details

  • Model type: lfm2_moe
  • Bits: 5
  • Group size: 64
  • Format: MLX safetensors
Downloads last month
29
Safetensors
Model size
8B params
Tensor type
U32
·
F16
·
MLX
Hardware compatibility
Log In to add your hardware

5-bit

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

Model tree for RepublicOfKorokke/LFM2.5-8B-A1B-oQ5-fp16

Quantized
(89)
this model