IBM releases Granite-4.0 Nano (300M & 1B), along with a local browser demo showing how the models can programmatically interact with websites and call tools/browser APIs on your behalf.

Posted by xenovatech@reddit | LocalLLaMA | View on Reddit | 34 comments

IBM just released Granite-4.0 Nano, their smallest LLMs to date (300M & 1B). The models demonstrate remarkable instruction following and tool calling capabilities, making them perfect for on-device applications.

Links:
- Blog post: https://huggingface.co/blog/ibm-granite/granite-4-nano
- Demo (+ source code): https://huggingface.co/spaces/ibm-granite/Granite-4.0-Nano-WebGPU

+ for those wondering, the demo uses Transformers.js to run the models 100% locally in your browser with WebGPU acceleration.