GGUF
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="Mozilla/llama-test-model",
	filename="tiny-llama.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

This is a model for testing llama.cpp-based runtimes, the goal is to have the smallest GGUF working file possible.

Generated by https://github.com/Firefox-AI/tinyllama

Downloads last month
318
GGUF
Model size
12.4k params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support