ποΈ Winter LLM (Gemma Multimodal GGUF)
Welcome to Winter LLM, a lightweight, high-performance GGUF build based on Google's Gemma architecture with multimodal (vision + text) capabilities. Designed for fast, efficient local execution on consumer hardware, PCs, and edge setups across any regionβfrom Kigali to anywhere in the world! πβ¨
π Overview
- Base Architecture: Gemma Multimodal
- Format: Ready-to-run
.gguf - Features:
- π¬ Text Generation & Chat: Fast local inference.
- ποΈ Vision Capability: Powered by the included
mmprojvision adapter for reading and understanding images. - β‘ Optimized Memory Usage: Quantized to run efficiently on low-VRAM GPUs or standard CPUs.
π Included Files
| File Name | Size | Purpose |
|---|---|---|
winter llm.gguf |
~6 GB | Main LLM model weights & tokenizer |
mmproj-gemma-4-12B-it-QAT-BF16.gguf |
~100 MB | Multimodal vision projector (for image inputs) |
π» How to Run Locally
You can run Winter LLM offline using any GGUF-compatible software:
1. LM Studio / Jan AI
- Download both
winter llm.ggufand themmproj-...gguffile from the Files tab. - Drag and drop
winter llm.ggufinto LM Studio. - Attach the
mmprojprojector in settings if you wish to upload images to the chat!
2. Ollama / llama.cpp
Run via terminal using llama.cpp:
./main -m "winter llm.gguf" --mmproj "mmproj-gemma-4-12B-it-QAT-BF16.gguf" -p "User: Describe this image: [image] Assistant:"
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support