How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "mondk/claude-code-base.qwen2.5code7b-it"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "mondk/claude-code-base.qwen2.5code7b-it",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/mondk/claude-code-base.qwen2.5code7b-it:Q4_K_M
Quick Links

Don't blame me for the short README :)

base: unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit


thanks

Downloads last month
-
GGUF
Model size
8B params
Architecture
qwen2
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 mondk/claude-code-base.qwen2.5code7b-it

Dataset used to train mondk/claude-code-base.qwen2.5code7b-it