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-L2-13b",
	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
185
Safetensors
Model size
13B params
Tensor type
F32
·
BF16
·
Inference Providers NEW

Model tree for sauce1337/BerrySauce-L2-13b

Merges
2 models