Data Science Wire

LFM 2.5 230M running at 1440 tok/s in-browser through a custom backend

Reddit r/LocalLLaMA1w4 min read

Everything runs through WebGPU, in-browser or in electron/tauri apps. It's fully portable and supports either Nvidia and Apple Silicon (Metal). The actual kernels are optimized for the specific hardware of the device. The Nvidia kernels are aggressively fused into a multi-pass architecture, while the Apple Silicon kernels are created as a fused mega-kernel to minimize the Tile Based Deferred Rendering (TBDR) overhead on WebGPU. Demo: https://warp.sipp.sh RTX 3090 (webgpu) M4 (webgpu) LFM 2.5 230M 1400-1500 tok/s 400-500 tok/s Bonsai 1.7B 500-600 tok/s 100-150 tok/s This is still in active deve

Read the full story at Reddit r/LocalLLaMA

More in MLOps / LLMOps