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 "meshllm/lfm2-350m-parity-4bit-mlx"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "meshllm/lfm2-350m-parity-4bit-mlx"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "meshllm/lfm2-350m-parity-4bit-mlx",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

LFM2 350M Parity 4bit MLX

Same-origin MLX artifact for mesh-llm backend comparison.

  • Source checkpoint: LiquidAI/LFM2-350M
  • Conversion path: original checkpoint -> MLX 4bit
  • Intended pair: meshllm/lfm2-350m-parity-q4_k_m-gguf

Validation

Validated locally with the mesh-llm exact smoke suite on 2026-04-06.

This pair is useful as a backend-drift detector rather than a clean parity canary. In the same-origin exact run, the MLX side materially outperformed the GGUF side on several simple prompts.

Files

  • MLX model directory contents
Downloads last month
10
Safetensors
Model size
55.4M params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for meshllm/lfm2-350m-parity-4bit-mlx

Quantized
(36)
this model