by MaziyarPanahi
Open source · 90k downloads · 12 likes
Gemma 3 1B IT GGUF is a lightweight and optimized language model designed to run locally on standard devices. It excels in text generation, contextual understanding, and conversational tasks while delivering high efficiency thanks to its GGUF format. Ideal for applications requiring low latency, such as personal assistants or writing tools, it stands out for its ease of use and compatibility with numerous environments. Its compact architecture makes it particularly well-suited for resource-constrained settings without compromising response quality.
MaziyarPanahi/gemma-3-1b-it-GGUF contains GGUF format model files for google/gemma-3-1b-it.
GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
Here is an incomplete list of clients and libraries that are known to support GGUF:
🙏 Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.