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="akthegr8/excelpdf",
	filename="excelpdf-v0.1.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)
README.md exists but content is empty.
Downloads last month
251
Safetensors
Model size
13B params
Tensor type
BF16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for akthegr8/excelpdf

Quantized
(6)
this model