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="python-processing-unit/Supra-50M-Reasoning-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Supra-50M-Reasoning GGUF

This is a GGUF export of Supra-50M-Reasoning.


Quants

Includes both a f16 and a q8_0 quantization.


License

This model is released under the Apache 2.0 License.


© SupraLabs 2026 — Project Chimera

Downloads last month
175
GGUF
Model size
51.8M params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for python-processing-unit/Supra-50M-Reasoning-GGUF

Quantized
(11)
this model

Datasets used to train python-processing-unit/Supra-50M-Reasoning-GGUF