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="ARMZyany/Cascade0-159M-Instruct-45k-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

F16 is the best option. F32 is just too slow (on a RTX3060M 6GB) Q8_O is faster than F16 but does produce sometimes better results than F16 Under Q8 might be a big tradeoff in quality. Q3 showed some very, very bad hallucinations

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

8-bit

16-bit

32-bit

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

Model tree for ARMZyany/Cascade0-159M-Instruct-45k-GGUF

Quantized
(1)
this model