Transformers
GGUF
llamafile
English
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="stillerman/SmolLM-135M-Llamafile",
	filename="SmolLM-135M-F16.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

SmolLM-135M - llamafile

This repo contains .gguf and .llamafile files for SmolLM-135. Llamafiles are single-file executables (called a "llamafile") that run locally on most computers, with no installation.

Use it in 3 lines!

wget https://huggingface.co/stillerman/SmolLM-135M-Llamafile/resolve/main/SmolLM-135M-F16.llamafile
chmod a+x SmolLM-135M-F16.llamafile
./SmolLM-135M-F16.llamafile

Thank you to

Downloads last month
28
GGUF
Model size
0.1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

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

Dataset used to train stillerman/SmolLM-135M-Llamafile

Collection including stillerman/SmolLM-135M-Llamafile