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="matrixportalx/Gemmasutra-Small-4B-v1-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Gemmasutra-Small-4B-v1 GGUF Quantized Models

Model Information

Recommended Downloads

All Available Quantizations

File Download
gemmasutra-small-4b-v1.f16.gguf Download
gemmasutra-small-4b-v1.q2_k.gguf Download
gemmasutra-small-4b-v1.q3_k_m.gguf Download
gemmasutra-small-4b-v1.q4_0.gguf Download
gemmasutra-small-4b-v1.q4_k_m.gguf Download
gemmasutra-small-4b-v1.q5_k_m.gguf Download
gemmasutra-small-4b-v1.q6_k.gguf Download
gemmasutra-small-4b-v1.q8_0.gguf Download

Usage Instructions

  1. Download desired GGUF file
  2. Use with compatible tools:

๐Ÿ’ก Tip: Q4_K_M offers the best balance for most use cases.

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for matrixportalx/Gemmasutra-Small-4B-v1-GGUF

Quantized
(7)
this model