How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "igarin/Qwen2.5-Coder-7B-20260302-MLX-4bit"
# Call the server using curl (OpenAI-compatible API):
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": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/igarin/Qwen2.5-Coder-7B-20260302-MLX-4bit
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