How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Naozumi0512/DeepSeek-R1-Distill-Qwen-32B-lora-r16"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Naozumi0512/DeepSeek-R1-Distill-Qwen-32B-lora-r16",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Naozumi0512/DeepSeek-R1-Distill-Qwen-32B-lora-r16
Quick Links

DeepSeek-R1-Distill-Qwen-32B-lora-r16

This is a LoRA extracted from language model DeepSeek-R1-Distill-Qwen-32B. It was extracted using mergekit.

LoRA Details

This LoRA adapter was extracted from DeepSeek-R1-Distill-Qwen-32B and uses Qwen2.5-32B as a base.

Parameters

The following command was used to extract this LoRA adapter:

mergekit-extract-lora DeepSeek-R1-Distill-Qwen-32B Qwen2.5-32B OUTPUT_PATH --no-lazy-unpickle --rank=16
Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Naozumi0512/DeepSeek-R1-Distill-Qwen-32B-lora-r16

Base model

Qwen/Qwen2.5-32B
Finetuned
(125)
this model