How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for beleata74/BgGPT-Gemma-3-27B-IT-GGUF-Q4_K_M-mmproj to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for beleata74/BgGPT-Gemma-3-27B-IT-GGUF-Q4_K_M-mmproj to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for beleata74/BgGPT-Gemma-3-27B-IT-GGUF-Q4_K_M-mmproj to start chatting
Quick Links

BgGPT-Gemma-3-27B-IT Q4_K_M + mmproj

This repository packages a working llama.cpp multimodal setup for BgGPT-Gemma-3-27B-IT:

  • BgGPT-Gemma-3-27B-IT-Q4_K_M.gguf
  • mmproj-bggpt-gemma3-27b-it-BF16.gguf

The GGUF model file comes from the original quantized release by INSAIT. The mmproj file was generated from the base Hugging Face model with llama.cpp/convert_hf_to_gguf.py --mmproj, so image input works in llama-server and llama-mtmd-cli.

What is included

  • Recommended Q4_K_M quantization for the 27B model
  • Generated Gemma 3 mmproj file required for image understanding in llama.cpp
  • Ready-to-run example commands

Example: llama-server

llama-server \
  -m BgGPT-Gemma-3-27B-IT-Q4_K_M.gguf \
  --mmproj mmproj-bggpt-gemma3-27b-it-BF16.gguf \
  --host 0.0.0.0 \
  --port 8080 \
  -c 4096 \
  --gpu-layers all

Example: OpenAI-compatible image request

{
  "model": "BgGPT-Gemma-3-27B-IT-Q4_K_M.gguf",
  "messages": [
    {
      "role": "user",
      "content": [
        {"type": "text", "text": "Опиши какво има на изображението."},
        {"type": "image_url", "image_url": {"url": "data:image/jpeg;base64,..."}}
      ]
    }
  ]
}

Notes

  • This setup was tested successfully with llama.cpp CUDA build and the OpenAI-compatible server endpoint.
  • The base model and quantized weights belong to the original INSAIT BgGPT Gemma 3 release.
  • Please follow the Gemma terms of use when redistributing or serving the model.
Downloads last month
114
GGUF
Model size
27B params
Architecture
gemma3
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 beleata74/BgGPT-Gemma-3-27B-IT-GGUF-Q4_K_M-mmproj

Quantized
(4)
this model