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/DialoGPT-medium-anand-Q3_K_M-GGUF",
	filename="DialoGPT-medium-anand.Q3_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

roleplaiapp/DialoGPT-medium-anand-Q3_K_M-GGUF

Repo: roleplaiapp/DialoGPT-medium-anand-Q3_K_M-GGUF Original Model: DialoGPT-medium-anand Quantized File: DialoGPT-medium-anand.Q3_K_M.gguf Quantization: GGUF Quantization Method: Q3_K_M

Overview

This is a GGUF Q3_K_M quantized version of DialoGPT-medium-anand

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
65
GGUF
Model size
0.4B params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

3-bit

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