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="sauce1337/BerrySauce",
	filename="BerrySauce-Q5_K_M.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

ok, it's a berry.

would you role play with a berry? maybe.

would you ask a berry complicated logical questions? maybe.

use alpaca format? maybe.

✧˖°.NEW★₊˚⊹ exllama v2 https://huggingface.co/sauce1337/BerrySauce-L2-13b-exl2

TheBloke GGUF and GPTQ:
https://huggingface.co/TheBloke/BerrySauce-L2-13B-GPTQ
https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF

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