How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
# Run inference directly in the terminal:
llama cli -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
# Run inference directly in the terminal:
llama cli -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
# Run inference directly in the terminal:
./llama-cli -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
# Run inference directly in the terminal:
./build/bin/llama-cli -hf yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
Use Docker
docker model run hf.co/yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S:Q4_1
Quick Links

yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S

TurboQuant (TQ4_1S) quantization of unsloth/gemma-4-E2B-it-GGUF.

Details

Field Value
Parent model unsloth/gemma-4-E2B-it-GGUF
Quantization type TQ4_1S
Quantization tool turboquant-plus-tqp-v0.2.0
File gemma-4-E2B-it-UD-Q8_K_XL-tq4_1s.gguf

Usage

Use with llama.cpp (TurboQuant fork) or any GGUF-compatible runtime that supports the TQ4_1S type.

llama-server -m gemma-4-E2B-it-UD-Q8_K_XL-tq4_1s.gguf --port 8080

Disclaimer

This model was quantized using TurboQuant, an experimental KV cache compression and quantization method. Quality may differ from the parent model. Refer to the parent model for licensing and usage terms.

Downloads last month
159
GGUF
Model size
5B params
Architecture
gemma4
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

Model tree for yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S

Quantized
(2)
this model

Collection including yosoyalguien/gemma-4-E2B-it-GGUF-TQ4_1S