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="roleplaiapp/SILMA-Kashif-2B-Instruct-v1.0-i1-Q4_K_M-GGUF",
	filename="SILMA-Kashif-2B-Instruct-v1.0.i1-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

roleplaiapp/SILMA-Kashif-2B-Instruct-v1.0-i1-Q4_K_M-GGUF

Repo: roleplaiapp/SILMA-Kashif-2B-Instruct-v1.0-i1-Q4_K_M-GGUF Original Model: SILMA-Kashif-2B-Instruct-v1.0-i1 Quantized File: SILMA-Kashif-2B-Instruct-v1.0.i1-Q4_K_M.gguf Quantization: GGUF Quantization Method: Q4_K_M

Overview

This is a GGUF Q4_K_M quantized version of SILMA-Kashif-2B-Instruct-v1.0-i1

Quantization By

I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai.

Downloads last month
3
GGUF
Model size
3B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

4-bit

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