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

ReMM-SLERP-L2-13B merged with pygmalion-2-13b at 0.65 weight using Ties-Merge with SLERP

13b

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