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 INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
# Run inference directly in the terminal:
llama cli -hf INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
# Run inference directly in the terminal:
llama cli -hf INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
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 INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
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 INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
Use Docker
docker model run hf.co/INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF:
Quick Links

MamayLM-Gemma-3-27B-IT-v2.0-GGUF

GGUF quantized versions of MamayLM-Gemma-3-27B-IT-v2.0 for use with llama.cpp, Ollama, LM Studio, and other GGUF-compatible tools. MamayLM v2.0 is a series of Ukrainian-adapted LLMs based on Gemma 3, developed by INSAIT.

Blog post: MamayLM v2.0 Release

Key improvements over MamayLM v1.0

  1. Vision-language understanding — The model understands both text and images within the same context.
  2. Instruction-following — Trained on a broader range of tasks, multi-turn conversations, complex instructions, and system prompts.
  3. Longer context — Effective context of 131k tokens for longer conversations and complex instructions.
  4. Updated knowledge cut-off — Pretraining data up to May 2025, instruction fine-tuning up to October 2025.

Available quantizations

Filename Quant type Description
MamayLM-Gemma-3-27B-IT-v2.0-Q4_K_M.gguf Q4_K_M Good balance of quality and size — recommended
MamayLM-Gemma-3-27B-IT-v2.0-Q5_K_M.gguf Q5_K_M High quality, slightly larger
MamayLM-Gemma-3-27B-IT-v2.0-Q6_K.gguf Q6_K Very high quality, near lossless
MamayLM-Gemma-3-27B-IT-v2.0-Q8_0.gguf Q8_0 Essentially lossless

Usage

llama.cpp

# Download a specific quantization
huggingface-cli download INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF \
    --include "MamayLM-Gemma-3-27B-IT-v2.0-Q4_K_M.gguf" \
    --local-dir .

# Run with llama-cli
llama-cli -m MamayLM-Gemma-3-27B-IT-v2.0-Q4_K_M.gguf \
    -p "Коли був заснований Київський університет?" \
    -n 512

Ollama

Create a Modelfile:

FROM ./MamayLM-Gemma-3-27B-IT-v2.0-Q4_K_M.gguf

Then:

ollama create mamaylm-gemma3-27b-v2.0 -f Modelfile
ollama run mamaylm-gemma3-27b-v2.0

LM Studio

Search for MamayLM-Gemma-3-27B-IT-v2.0-GGUF in the model browser, or download a GGUF file manually and load it.

Download

# Download all quantizations
huggingface-cli download INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF

# Download a specific file
huggingface-cli download INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF \
    --include "MamayLM-Gemma-3-27B-IT-v2.0-Q4_K_M.gguf" \
    --local-dir .

License

MamayLM-Gemma-3-27B-IT-v2.0-GGUF is distributed under the Gemma Terms of Use.

Downloads last month
209
GGUF
Model size
27B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

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

Model tree for INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF

Quantized
(3)
this model

Collection including INSAIT-Institute/MamayLM-Gemma-3-27B-IT-v2.0-GGUF