Register and share your invite link to earn from video plays and referrals.

Georgi Gerganov
@ggerganov
24th at the Electrica puzzle challenge | building | engineer @huggingface
294 Following    71.8K Followers
when I write docs you will not know but there will be signs
Run GGUF models directly with transformers. This work brings ggml's Metal kernels to the transformers ecosystem, increasing compatibility and performance. More info below
Millions of GGUF downloads later, those same llama.cpp checkpoints can now run in 🤗 transformers. Same models, more ways to use them, and fast local inference on Mac powered by ggml kernels! Blog: ggml kernels:
Show more
My talk about llama.cpp speculative decoding (MTP, dflash, dspark) at dotAI 🦙🦙 replay available soon!
You don't need to be a command-line expert to run local AI. wraps the heavy lifting of llama.cpp into a clean UI, making it simple to deploy and manage models like Gemma 4. Instead of dealing with config files, you get one-click model downloads, clear memory estimates, and no coding required! Watch the video to see Gemma 4 in action as it parses tables from receipts, streams reasoning logs, and connects to MCP for web search.
Show more
Just made a quick tutorial on running local models in Pi with llama.cpp step by step 0:00 Why local models in Pi 0:59 Install llama.cpp 1:49 Choose and load a model Written version in 🧵
Show more
Hugging Face has been acquired by NVIDIA It is quite exciting to be a part of this journey! NVIDIA has been an active supporter of the llama.cpp project. For more than a year now, their engineers have actively contributed to the codebase, collaborated with the community and provisioned hardware for development and testing purposes. The local AI ecosystem has largely benefited from our joint efforts. Going forward, llama.cpp/ggml will stick to its founding principles. One of the most important qualities of the project is to be hardware-agnostic. Therefore the development and support of all backends will continue to be done as usual - driven and shaped by the community. Open to everyone who is willing to participate. The existence of such an independent software platform is crucial for the rapid adoption of AI locally and for bringing it closer to the user. Now, with such a significant partner as NVIDIA supporting us, in addition to the wider Hugging Face team, I believe that our long-term goals will be easier to achieve. We will remain focused on building one of the most exciting projects based on the most exciting technology of our lifetime and making it truly available to everyone in the most accessible and efficient way possible.
Show more
Super happy to officially announce that we are a̶c̶q̶u̶i̶r̶i̶n̶g̶ joining forces with @nvidia 🔥 Here is a more personal take: AI is at an inflection point. Open source AI can become less relevant in the coming years if the big closed labs run away with it, OR it can become the foundational fabric of the next phase of human civilization. Those are vastly different outcomes, and we need the critical mass to ensure we give our collective best shot to the second outcome. Given @JensenHuang's stance on open source AI and how he stepped up to defend it when it was under threat earlier in the summer, NVIDIA was the only partner we truly considered. HF will remain an independently run, neutral platform. This gives fuel to our long-term vision and mission of unlocking the community's progress to ensure that AI, which is the greatest breakthrough of our lifetime, is accessible to as many people as possible.
Show more
0
191
2.9K
262
Forward to community
Introducing Fleet: GPU benchmarking entirely in your browser. Run WebGPU compute kernels drawn from real AI workloads directly on your hardware and earn a personalized card built for your device. Rate your GPU. Join the Fleet.
Show more
The Llama app for Mac now comes with a simple request builder for llama.cpp's REST API
llama.cpp docs now have a new home, shipped with ❤️ upcoming: speculative decoding in detail, quantization (k-quant, i-quant), coding agents what do you want to see next? 🤗 📖 @llama_cpp
Show more
I find the "inception" pattern to be very useful in many agentic use cases. You can force the model to take an action when it thinks for too long by injecting a thought after a specified reasoning budget. Helps dealing with underspecified tasks which make the model reason for way too long.
Show more
to limit the max reasoning length, add: ... \ --reasoning-budget 4096 \ --reasoning-budget-message "... I am thinking for too -- let me gather more info about the task." adjust to your needs
to limit the max reasoning length, add: ... \ --reasoning-budget 4096 \ --reasoning-budget-message "... I am thinking for too -- let me gather more info about the task." adjust to your needs
We are happy to announce that Muse Glimmer is day-0 supported on llama.cpp. Meta also provides an official GGUF quant:
Meta released Muse Glimmer 30B: multimodal model for your Claw/Pi setups 🔥 we tested and fine-tuned the model for you, and shipped day-0 support in transformers and llama.cpp, including DFlash for 2-4x speed-ups 🥵 read our blog
Show more
Today we're also opening the weights for Muse Glimmer, a great 30B parameter dense model that can run locally. Soon we'll also release the weights for Muse Spark 1.2, our latest foundation model. Meta is a strong supporter of open source and I'm proud of these releases. Congrats to @alexandr_wang and the MSL team for all your great work on these models.
Show more
0
1.9K
30.4K
2.6K
Forward to community
if you have a mac/book and don't use llama-macos you're ngmi this beautiful piece of widget > gets your mac + your desired context window to recommend models > kicks off llama server + webui > easy switch between open models $ brew install --cask llama-app
Show more
Hi kids, gramps here, taking over for the intern. Just released pi 0.81.0 which features first class integration with @ggerganov wonderful llama.cpp server. Professional video demo recorded in an echo-y Austrian office below. Shout out to our friends at @huggingface.
Show more
Run upgraded Gemma 4 with llama.cpp (QAT + MTP)
We’re rolling out some big improvements to Gemma 4, fueled by incredible community feedback and contributions! Here is a breakdown of what’s being fixed and updated in this release: 🧵👇
Show more
llama.cpp adds MTP for the Qwen3.6 family This is a significant milestone for the local AI ecosystem. The performance jump with these changes is massive and elevates local inference on commodity hardware further. Special thanks to Aman Gupta for leading this development!
Show more