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="oldbridge/latxa-7b-instruct-q8",
	filename="latxa-7b-instruct-q8.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Latxa 7b Instruct GGUF

Provided files

Name Quant method Bits Size Max RAM required Use case
latxa-7b-v1-instruct-q8_0.gguf 8 bits 7 GB 8,2 GB Fits in a RTX 3060 12Gb
Downloads last month
15
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for oldbridge/latxa-7b-instruct-q8

Base model

HiTZ/latxa-7b-v1
Quantized
(1)
this model