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="roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-Q4_K_S-GGUF",
	filename="DS-R1-Distill-Q2.5-14B-Harmony_V0.1.Q4_K_S.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-Q4_K_S-GGUF

Repo: roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-Q4_K_S-GGUF Original Model: DS-R1-Distill-Q2.5-14B-Harmony_V0.1 Quantized File: DS-R1-Distill-Q2.5-14B-Harmony_V0.1.Q4_K_S.gguf Quantization: GGUF Quantization Method: Q4_K_S

Overview

This is a GGUF Q4_K_S quantized version of DS-R1-Distill-Q2.5-14B-Harmony_V0.1

Quantization By

I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai.

Downloads last month
5
GGUF
Model size
15B 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