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="gianni-cor/bitnet_b1_58-large-TQ2_0",
	filename="bitnet_b1_58-large-TQ2_0.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

TQ2_0 quantization of the bitnet model: https://huggingface.co/1bitLLM/bitnet_b1_58-large

Downloads last month
3,084
GGUF
Model size
0.7B params
Architecture
bitnet
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 gianni-cor/bitnet_b1_58-large-TQ2_0

Quantized
(6)
this model