kb

@keighbee.bsky.social

Machine Learning Engineer @ HuggingFace

Qwen 3 is now supported in Candle! Run the 3-4B model locally with: ``` cargo run --example qwen --release -- --model 3-4b --prompt 'The capital of France is ' ``` On macOS, enable Metal for faster inference: ``` --features metal ``` Clone the repo and test it out. github.com/huggingface/...

GitHub - huggingface/candle: Minimalist ML framework for Rust

Minimalist ML framework for Rust. Contribute to huggingface/candle development by creating an account on GitHub.

github.com

Google just released Gemma 3, an open, on-device LLM with vision capabilities and support for over 140 different languages. Models range from 1B-27B parameters. Zero-day support for multiple frameworks including transformers, MLX, llama.cpp, and more! 💼 🚀 Read more here: huggingface.co/blog/gemma3

Welcome Gemma 3: Google's all new multimodal, multilingual, long context open LLM

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

huggingface.co

It’s a green light for the Frugal AI Challenge! 🚀 For the next month, we invite all members of the AI community to participate in one of our 3 AI for Climate tasks, with the goal of developing a highly accurate model while consuming as little energy as possible ⚡

Bild

Christmas came early! 🎅🏻 Today marks the newest release of the HuggingChat 🤗 update with some really exciting capabilities! First up, automatic context injection! 1) Open a file in a supported app, summon HFChat, and it pre-populates the context window. No more copy-pasting. /cc @hf.co

Preliminary data shows the Apple Neural Engine uses ~94% less energy than the CPU and ~75% less than the GPU 🤯 On the On-Device team at Hugging Face, we've been profiling energy usage for CoreML models. Here’s some data I collected:

Chart Title: Model Hardware vs Energy per GigaFLOP.
Vertical Axis: mJ/GFLOP(Log)
Horizontal Axis: Hardware Type(CPU, CPU + GPU, CPU + ANE)
CPU: min 6.9 1st quartile 11.7 median 13.4 3rd quartile 35.6 max 53.1
CPU + GPU: 4.6 4.6 4.7 6.2 9.6
CPU + ANE: 0.9 1.0	1.1 1.4 1.8