Dev Radar
Support
LiveUpdated 2026-09-22 08:21 UTC

BeeLlama v0.4.7 Preview just made DFlash 2 by @inco_ai much more efficient in terms of…

BeeLlama v0.4.7 Preview just made DFlash 2 by @inco_ai much more efficient in terms of memory consumption. The issue:…

This is a dev post classified by Jev as AI dev tools (a launch), kept by the Dev Radar because it carries real work, not commentary.

BeeLlama v0.4.7 Preview just made DFlash 2 by @inco_ai much more efficient in terms of memory consumption. The issue: in llama.cpp, a larger ubatch size greatly improves prefill performance, but also requires more VRAM. What's worse, DFlash pays the same price twice, because the drafter is a separate model. The solution is simple: allow setting a different ubatch size for the drafter. In the example below, the target model uses ub 1024. Keeping it as is while overriding the drafter to ub 128 saves 1.8 GB of VRAM without any negative effects (the drafter is small and doesn't need a large ubat

Posted by Ivan Neustroev (272 followers) 16 h ago · 3 likes · 72 views · view the original post on X. Kept by the Dev Radar as AI dev tools.

More dev work like this

Every post is read and classified by Jev (TypeSafe): what it is, which market it belongs to, and whether the link is a real tool. 20.7k posts from 4.9k X accounts over the last 21 days, 2.4k tools, 12 markets. Collected every 5 minutes, fully re-ranked every hour — last update 2026-09-22 08:21 UTC. Full method.