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

Uploaded finetuned model

  • Developed by: igarin
  • License: cc-by-nc-4.0
  • Finetuned from model : unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit
Downloads last month
9
Safetensors
Model size
1B params
Tensor type
F16
·
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 igarin/Qwen2.5-Coder-7B-20260302-MLX-4bit

Dataset used to train igarin/Qwen2.5-Coder-7B-20260302-MLX-4bit

Collection including igarin/Qwen2.5-Coder-7B-20260302-MLX-4bit