How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="flypg/DeepSeek-R1-Distill-Qwen-14B-Japanese-chat-quant",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Model Card for Model ID

This is repository of different quantinization of DeepSeek-R1-Distill-Qwen-14B-Japanese-chat. Please refer to the orginal model card for more details.

Downloads last month
903
Safetensors
Model size
15B params
Tensor type
F16
·
F32
·
I8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for flypg/DeepSeek-R1-Distill-Qwen-14B-Japanese-chat-quant