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="legendaryEnigma/Buddhu-Ai",
	filename="buddhu-AI.Q4_K.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)
README.md exists but content is empty.
Downloads last month
-
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for legendaryEnigma/Buddhu-Ai

Base model

Qwen/Qwen2.5-7B
Quantized
(315)
this model