by MaziyarPanahi
Open source · 86k downloads · 15 likes
The Llama 3.2 3B Instruct GGUF model is an optimized version of the Llama 3.2 3B Instruct model, designed to run locally on consumer-grade devices. It excels in text comprehension and generation, answering questions, assisting with creative or technical tasks, and adapting to diverse contexts thanks to its fine-tuning. Its GGUF format makes it particularly accessible, compatible with numerous tools and libraries, and optimized for efficient execution even on modest hardware. Ideal for developers, researchers, or users seeking a high-performance AI solution without relying on the cloud, it stands out for its versatility and ease of integration into local environments.
MaziyarPanahi/Llama-3.2-3B-Instruct-GGUF contains GGUF format model files for meta-llama/Llama-3.2-3B-Instruct.
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.