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="thetom-ai/PsyGuard-Qwopus-27B-alpha",
	filename="PsyGuard-Qwopus-27B-alpha-MTP-Q5_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

PsyGuard-Qwopus-27B-alpha

Experimental coding model. Fine-tune of Jackrong/Qwopus3.6-27B-Coder.

alpha — experimental. Internal evals only. Dogfood at your own risk.

Format: Q5_K_M GGUF (llama.cpp / LM Studio / Ollama).

The GGUF bundles an MTP draft head — runs as a normal model, or ~1.8× faster with speculative decode in llama.cpp: --spec-type draft-mtp --spec-draft-n-max 2

Downloads last month
29
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for thetom-ai/PsyGuard-Qwopus-27B-alpha

Quantized
(26)
this model