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-360M-Llamafile",
	filename="SmolLM-360M-F16.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

SmolLM-360M - llamafile

This repo contains .gguf and .llamafile files for SmolLM-360M. 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-360M-Llamafile/resolve/main/SmolLM-360M-F16.llamafile
chmod a+x SmolLM-360M-F16.llamafile
./SmolLM-360M-F16.llamafile

Thank you to

Downloads last month
31
GGUF
Model size
0.4B 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-360M-Llamafile

Collection including stillerman/SmolLM-360M-Llamafile