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="Ali-001-ch/sehatsaathi-gemma4-e4b-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

SehatSaathi · صحت ساتھی · GGUF (Q4_K_M + Q8_0)

Quantized GGUF builds of the SehatSaathi LoRA fine-tune of Gemma 4 E4B, for offline phone & laptop deployment via Ollama or llama.cpp.

Files

File Quant Size Use case
sehatsaathi-q4_k_m.gguf Q4_K_M ~5.5 GB Phones, edge devices
sehatsaathi-q8_0.gguf Q8_0 ~9 GB Laptops, near-lossless

Quick start with Ollama

ollama pull hf.co/Ali-001-ch/sehatsaathi-gemma4-e4b-GGUF:Q4_K_M
ollama run  hf.co/Ali-001-ch/sehatsaathi-gemma4-e4b-GGUF:Q4_K_M

Quick start with llama.cpp

./llama-cli -m sehatsaathi-q4_k_m.gguf \
    --temp 1.0 --top-p 0.95 --top-k 64 --color --conversation

Disclaimer

SehatSaathi is a medical screening / triage assistant, NOT a substitute for a qualified doctor. In an emergency call 1122 (Pakistan Rescue). License: Apache-2.0 + Gemma Terms of Use.

Downloads last month
361
GGUF
Model size
8B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Ali-001-ch/sehatsaathi-gemma4-e4b-GGUF

Quantized
(11)
this model

Space using Ali-001-ch/sehatsaathi-gemma4-e4b-GGUF 1