GGUF
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="seb-c/Psydestroyer-20B-GGUF",
	filename="Psydestroyer-20B.Q4_K_M.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Psydestroyer 20B GGUFs

GGUF Quants of my Psydestroyer-20B merge.

Currently I only have a Q4-K-M, as that is the highest (I've tested) quant of a 20B frankenmerge that can mostly fit on my 3060 12GB and run at decent t/s (~8-9). If the demand is there I can create more, otherwise you'll probably have to download and quantize the model yourself.

Downloads last month
5
GGUF
Model size
20B params
Architecture
llama
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