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="rcmorano/laguna-s-2.1-ROCMFPX",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Quantized straight from the official F16 GGUF from @poolside, using their importance matrix.

llama-quantize --imatrix /mnt/models/laguna-s-2.1.imatrix /mnt/models/laguna-s-2.1-F16.gguf /mnt/models/laguna-s-2.1-ROCMFPX/laguna-s-2.1-Q3_0_ROCMFPX.gguf Q3_0_ROCMFPX

Downloads last month
758
GGUF
Model size
118B params
Architecture
laguna
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

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

Model tree for rcmorano/laguna-s-2.1-ROCMFPX

Quantized
(2)
this model