How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "igarin/Qwen2.5-Coder-7B-20260302-GGUF" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/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 images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "igarin/Qwen2.5-Coder-7B-20260302-GGUF" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/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?"
			}
		]
	}'
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
59
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