How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "olegshulyakov/Qwen2.5-Coder-3B-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": "olegshulyakov/Qwen2.5-Coder-3B-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/olegshulyakov/Qwen2.5-Coder-3B-GGUF:Q5_K_XL
Quick Links

Qwen2.5-Coder-3B

Model creator: Qwen
Original model: Qwen/Qwen2.5-Coder-3B
GGUF quantization: provided by olegshulyakov using llama.cpp

Special thanks

๐Ÿ™ Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

ollama run "hf.co/olegshulyakov/Qwen2.5-Coder-3B-GGUF:Q5_K_XL"

Use with LM Studio

lms load "olegshulyakov/Qwen2.5-Coder-3B-GGUF"

Use with llama.cpp CLI

llama-cli -hf olegshulyakov/Qwen2.5-Coder-3B-GGUF:Q5_K_XL -p "The meaning to life and the universe is"

Use with llama.cpp Server:

llama-server -hf olegshulyakov/Qwen2.5-Coder-3B-GGUF:Q5_K_XL -ngl 99 -c 0
Downloads last month
37
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for olegshulyakov/Qwen2.5-Coder-3B-GGUF

Base model

Qwen/Qwen2.5-3B
Quantized
(36)
this model