model releaseIbm

IBM releases Apache 2.0 Granite 4.1 LLMs in 3B, 8B, and 30B sizes

TL;DR

IBM has released the Granite 4.1 family of language models under Apache 2.0 license. The models come in 3B, 8B, and 30B parameter sizes. Unsloth has released 21 GGUF quantized variants of the 3B model ranging from 1.2GB to 6.34GB.

1 min read
0

IBM releases Apache 2.0 Granite 4.1 LLMs in 3B, 8B, and 30B sizes

IBM has released the Granite 4.1 family of language models under Apache 2.0 license. The models are available in three sizes: 3B, 8B, and 30B parameters.

Model availability and quantization

Unsloth released 21 GGUF quantized variants of the 3B model on Hugging Face. The quantized files range from 1.2GB to 6.34GB in size, with the full collection totaling 51.3GB. GGUF encoding allows the models to run on consumer hardware with reduced memory requirements.

Training details

Granite team member Yousaf Shah published a detailed description of the training process in "Granite 4.1 LLMs: How They're Built" on the Hugging Face blog. The post covers the technical architecture and training methodology used for the model family.

Model performance

An informal test of the 3B model's SVG generation capabilities across different quantization levels showed inconsistent results. A benchmark test prompting all 21 quantized variants to "Generate an SVG of a pelican riding a bicycle" revealed no clear correlation between model size and output quality. All variants produced abstract shapes rather than recognizable images, suggesting the model was not specifically trained for visual generation tasks.

What this means

The Apache 2.0 license makes Granite 4.1 commercially deployable without restrictions, positioning it as an alternative to models with more restrictive licenses. However, the availability of 21 quantized variants demonstrates the tradeoff space between model size and deployment flexibility. The lack of visual generation capability indicates these models are focused on text processing rather than multimodal tasks, despite being able to output SVG markup. Organizations evaluating Granite 4.1 should test it on their specific use cases rather than assume capabilities based on parameter count alone.

Related Articles

model release

DeepSeek Releases V4-Flash-0731, a 284B-Parameter Model That Beats Its Own Larger Pro Variant on Agentic Benchmarks

DeepSeek has shipped the full release of DeepSeek-V4-Flash-0731, a 284B-parameter model that according to DeepSeek outperforms its own larger V4-Pro (Preview) on agentic and coding benchmarks. Unsloth has published quantized GGUF versions, with lossless 8-bit weights requiring 162GB of storage.

model release

Unsloth Releases GGUF Quantizations of Kimi K3, a 2.8T-Parameter Open-Weight MoE Model

Unsloth has released GGUF quantizations of Kimi K3, a 2.8-trillion-parameter open-weight Mixture-of-Experts model from Moonshot AI with a 1-million-token context window and native vision support. The largest lossless quantization (Q8) weighs in at 1.56TB.

model release

MiniMax Releases H3, a 33B-Parameter Omni-Modal Model That Generates 2K Video With Native Stereo Audio

MiniMax has published MiniMax-H3, a 33-billion-parameter omni-modal generative model capable of producing up to 15 seconds of 2K video with native stereo audio. The model accepts text, image, video, and audio inputs, though its full 2K pipeline depends on a hosted preprocessing component not included in the open-source release.

model release

Anthropic's Claude Opus 5 Generates Full 3D Games From a Single Text Prompt, No Assets Required

Anthropic's Claude Opus 5 can generate playable 3D games, including first-person shooters and Minecraft clones, from a single text prompt with zero external assets. Community tests claim it outperforms GPT-5.6 Sol and Kimi K3 in physics realism and mechanical complexity, though no standardized benchmark has confirmed the comparisons.

Comments

Loading...