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

ok, it's an apple.

would you role play with an apple? maybe.

would you ask an apple complicated logical questions? maybe.

use alpaca format? maybe.

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

Downloads last month
232
Safetensors
Model size
13B params
Tensor type
F32
·
BF16
·
Inference Providers NEW

Model tree for sauce1337/AppleSauce-L2-13b

Quantizations
3 models