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-GGUF"
# 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-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/igarin/Qwen2.5-Coder-7B-20260302-GGUF:
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

Qwen2.5-Coder-7B-20260302-GGUF : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: ./llama.cpp/llama-cli -hf igarin/Qwen2.5-Coder-7B-20260302-GGUF --jinja
  • For multimodal models: ./llama.cpp/llama-mtmd-cli -hf igarin/Qwen2.5-Coder-7B-20260302-GGUF --jinja

Available Model files:

  • qwen2.5-coder-7b-instruct.F16.gguf
  • qwen2.5-coder-7b-instruct.Q2_K.gguf
  • qwen2.5-coder-7b-instruct.Q3_K_M.gguf
  • qwen2.5-coder-7b-instruct.Q4_1.gguf
  • qwen2.5-coder-7b-instruct.Q4_K_M.gguf
  • qwen2.5-coder-7b-instruct.Q5_K_M.gguf
  • qwen2.5-coder-7b-instruct.Q6_K.gguf
  • qwen2.5-coder-7b-instruct.Q8_0.gguf

Ollama

An Ollama Modelfile is included for easy deployment. This was trained 2x faster with Unsloth

Downloads last month
54
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-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-GGUF

Dataset used to train igarin/Qwen2.5-Coder-7B-20260302-GGUF

Collection including igarin/Qwen2.5-Coder-7B-20260302-GGUF