March 2025 Summaries
4 posts from Unsloth
Filter
Month:
Year:
Post Summaries
Back to Blog
DeepSeek's V3-0324 model is presented as a competitor to OpenAI's GPT-4.5 and Claude 3.7 Sonnet, demonstrating notable performance in various benchmarks. The model can be run using Unsloth's Dynamic GGUFs across diverse inference frameworks, with detailed guidance available for local execution. To optimize the balance between accuracy and size, not all layers are quantized; specifically, MoE layers are selectively quantized, while attention layers are left in 4 or 6-bit. The model showcases its capabilities through tests such as the Heptagon puzzle and the Flappy Bird game, where its dynamic 2.71-bit quantization nearly matches full 8-bit performance, outperforming standard quantization methods. It is recommended to run the model with at least 160GB of combined VRAM and RAM, although it can operate without a GPU, albeit slowly. Various dynamic quantized versions are provided, with an emphasis on the 2.71-bit Dynamic version for optimal performance.
Mar 25, 2025
1,234 words in the original blog post.
Mistral Small 3.1 is a new multimodal model capable of understanding both text and vision with a 128K context length, boasting 24 billion parameters that outperform GP4o on several benchmarks. Unsloth has optimized this model for fine-tuning, making it 1.8 times faster and reducing VRAM usage by 70%, while supporting longer contexts compared to environments using Flash Attention 2 on a 48GB GPU. The model and its various versions are available on Hugging Face, and fine-tuning can be conducted using Unsloth's dynamic 4-bit quants for better accuracy. Users can train their own reasoning models with Mistral Small 3 and access detailed instructions and resources through Unsloth's documentation. The announcement encourages joining their community on platforms like Reddit, Discord, and Twitter for support and updates.
Mar 17, 2025
434 words in the original blog post.
Gemma 3, a state-of-the-art multimodal model developed by Google, is now supported by Unsloth, offering advanced features such as a 128K context window and multilingual capabilities. Gemma 3 is available in various sizes, ranging from 270M to 27B, and Unsloth facilitates faster fine-tuning with reduced VRAM usage. Unsloth addresses challenges associated with float16 mixed precision by employing a unique approach to manage activations and matrix multiplications, making it compatible with GPUs like T4 and RTX 20x series. The platform supports a wide range of transformer-style models and training algorithms, and its dynamic 4-bit quantization enhances accuracy, particularly for vision models. Unsloth's optimizations result in significant VRAM savings and speed improvements, with future updates promising even more capabilities, including multi-GPU support.
Mar 14, 2025
1,482 words in the original blog post.
Qwen's release of QwQ-32B, a powerful reasoning model comparable to DeepSeek-R1, faced challenges such as infinite loops and repetition errors, which did not reflect its true quality. To help users address these issues, the company provided a detailed guide and tutorial, recommending specific settings for inference, including temperature, top_k, and top_p values. They also identified and resolved issues impacting fine-tuning and provided updates to token settings. The blog suggests that for optimal performance with llama.cpp, users should adjust the ordering of samplers to avoid endless generations. Additionally, dynamic 4-bit quantizations were introduced to improve accuracy, and fine-tuning with Unsloth offers significant VRAM savings and increased speed. Users are encouraged to access additional resources and support through the company's online platforms.
Mar 07, 2025
2,207 words in the original blog post.