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/Pathfinder-RP-12B-RU-Q2_K-GGUF",
	filename="Pathfinder-RP-12B-RU.Q2_K.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

roleplaiapp/Pathfinder-RP-12B-RU-Q2_K-GGUF

Repo: roleplaiapp/Pathfinder-RP-12B-RU-Q2_K-GGUF Original Model: Pathfinder-RP-12B-RU Quantized File: Pathfinder-RP-12B-RU.Q2_K.gguf Quantization: GGUF Quantization Method: Q2_K

Overview

This is a GGUF Q2_K quantized version of Pathfinder-RP-12B-RU

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
12B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

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