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="HyzeAI/HyzeMini-V2-400M-Q2_K-GGUF",
	filename="hyzemini-v2-400m-q2_k.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Hyze Logo

HyzeMini-V2

A quantized lightweight text-generation model by Hyze AI

๐Ÿ”— Chat with all models โ€ข ๐Ÿ“˜ HyzeAcademy โ€ข ๐Ÿง  HyzeNote (NotebookLM alternate)

Downloads last month
19
GGUF
Model size
0.4B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

2-bit

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

Model tree for HyzeAI/HyzeMini-V2-400M-Q2_K-GGUF

Base model

HyzeAI/HyzeMini
Quantized
(15)
this model