inference-engine

Tag

Cards List
#inference-engine

@yibie: Recommend this project—a single person wrote an inference engine in pure C, making the 744-billion-parameter GLM-5.2 run on a consumer machine with 25GB RAM. No GPU, no BLAS, no Python runtime—about 1300 lines of C. The core insight is simple: MoE…

X AI KOLs Timeline · 2026-07-10 Cached

Colibri is an inference engine written in pure C, approximately 1300 lines of code, zero dependencies. It can run the 744-billion-parameter GLM-5.2 MoE model on a consumer machine with 25GB RAM, achieved by streaming loaded routing experts and efficient caching, no GPU or Python runtime needed.

0 favorites 0 likes
#inference-engine

TensorSharp : Open Source Local LLM Inference Engine

Reddit r/ArtificialInteligence · 2026-07-04 Cached

TensorSharp is an open-source .NET library for running LLM inference locally, supporting GGUF models and offering a CLI, web chatbot, and OpenAI-compatible APIs with multiple backend options (CUDA, Metal, CPU).

0 favorites 0 likes
#inference-engine

@mgoin_: Today I deleted PagedAttention from vLLM

X AI KOLs Timeline · 2026-07-02 Cached

Michael Goin announced removing PagedAttention from vLLM, a significant change to the open-source LLM inference engine.

0 favorites 0 likes
#inference-engine

Popping the GPU Bubble

Hacker News Top · 2026-06-30 Cached

Moondream's Photon inference engine eliminates GPU bubbles through pipelined decoding, achieving near-realtime VLM inference with up to 35% higher decode throughput.

0 favorites 0 likes
#inference-engine

@SuJinYan123: Just 6 hours after DeepSeek open-sourced the Qwen DSpark weights, OpenInfer already has DSpark support running on RTX 5…

X AI KOLs Timeline · 2026-06-28 Cached

OpenInfer, a pure Rust+CUDA LLM inference engine, quickly added support for DeepSeek's DSpark speculative decoding technique on RTX 5090, achieving nearly 500 tok/s per user and scaling to ~2.4K aggregate tok/s, outperforming DFlash on non-random workloads.

0 favorites 0 likes
#inference-engine

A barebones CPU-only inference engine for Qwen 3, written from scratch in pure C

Reddit r/LocalLLaMA · 2026-06-28

A minimal CPU-only inference engine for Qwen 3 models implemented from scratch in pure C.

0 favorites 0 likes
#inference-engine

@yoheinakajima: who wants to help eyal poke holes in this approach to run LLM inference... in browser?

X AI KOLs Following · 2026-06-25 Cached

Eyal Toledano built an LLM inference engine using pure WebGPU/WGSL, running on-device in browser and Node without API keys, and is seeking peer review.

0 favorites 0 likes
#inference-engine

@songhan_mit: We develop an agent-native approach to accelerate genAI, continuing the success of KDA (Kernel Design Agent) at a highe…

X AI KOLs Following · 2026-06-25 Cached

Enze Xie announces Sol Video Inference Engine, an agent-native, training-free full-stack accelerator for video diffusion that auto-tunes cache, sparse attention, token pruning, quantization, and kernel fusion, achieving >2× end-to-end speedup on large models like 64B Cosmos3-Super and 22B LTX-2.3.

0 favorites 0 likes
#inference-engine

@Mayhem4Markets: https://x.com/Mayhem4Markets/status/2069090022117019928

X AI KOLs Following · 2026-06-22 Cached

A detailed technical comparison of two dominant LLM serving frameworks, SGLang and vLLM, covering architectural differences in KV cache management (RadixAttention vs PagedAttention), throughput, latency, and deployment considerations for self-hosted environments.

0 favorites 0 likes
#inference-engine

@QuixiAI: https://x.com/QuixiAI/status/2068776183102067086

X AI KOLs Following · 2026-06-21 Cached

DwarfStar is a self-contained native inference engine optimized for DeepSeek V4 Flash and PRO models, supporting Metal, CUDA, and ROCm backends, with a focus on high-end personal machines and Mac Studios.

0 favorites 0 likes
#inference-engine

@h100envy: Ying Sheng co-wrote SGLang, the inference engine now serving Grok at xAI on a hundred thousand GPUs. She also built Fle…

X AI KOLs Timeline · 2026-06-19 Cached

Ying Sheng co-wrote SGLang, the inference engine now serving Grok at xAI on a hundred thousand GPUs, achieving 5x cost cuts over DeepSeek's API; she also built FlexGen and helped build Chatbot Arena.

0 favorites 0 likes
#inference-engine

Fearless Concurrency on the GPU: Safe GPU inference in Rust, competitive with vLLM/SGLang [R]

Reddit r/MachineLearning · 2026-06-18

cuTile Rust introduces a tile-based programming model that leverages Rust's ownership to guarantee memory safety and data-race freedom for GPU kernels, and the Grout inference engine built on it achieves competitive throughput with vLLM/SGLang for Qwen3 models.

0 favorites 0 likes
#inference-engine

@ProfBuehlerMIT: For science, AI sovereignty and physics-grounded reasoning are non-negotiable. But how can we teach a small LLM like Ge…

X AI KOLs Timeline · 2026-06-18 Cached

mistral.rs now natively supports Agent Skills, enabling locally-run small LLMs to perform complex agentic workflows for scientific tasks, with full control over models, data, and execution.

0 favorites 0 likes
#inference-engine

@no_stp_on_snek: My second and late Build Small submission. 10 days, 1 dev: a from-scratch Rust engine + custom GPU kernels vs vLLM on N…

X AI KOLs Following · 2026-06-15 Cached

A developer built a from-scratch Rust inference engine with custom GPU kernels that outperforms vLLM on Nemotron-30B decoding, achieving 75.7 vs 57 tok/s, submitted to the Build Small hackathon.

0 favorites 0 likes
#inference-engine

@frank_uid: Recently studying Infra, vibed a Qwen3 inference engine implemented purely in C++/CUDA, with HuggingFace model parsing and benchmark totaling less than 2000 lines, completely dependency-free, compiled binary size only 1.2MB (Claude writes kernel too hardcore

X AI KOLs Timeline · 2026-06-13 Cached

FlashQwen is a minimal from-scratch C++/CUDA inference engine for Qwen3-8B with no external dependencies, supporting multi-turn streaming chat and benchmark mode, with a binary size of only 1.2MB.

0 favorites 0 likes
#inference-engine

@TheAhmadOsman: You don’t “run a model” You run Kernels The model is just a graph The Inference Engine is scheduler / optimizer / execu…

X AI KOLs Following · 2026-06-06 Cached

The tweet explains that running AI models is really about running optimized kernels, and that inference engines and their kernel implementations are critical for performance, not just the model or hardware.

0 favorites 0 likes
#inference-engine

Sage launched! Local AI inference engine

Reddit r/AI_Agents · 2026-06-02

Sage is a local AI inference engine built in Rust that runs entirely on the user's machine with kernel-level sandbox security, no telemetry, and no cloud dependency.

0 favorites 0 likes
#inference-engine

TRINE: A Token-Aware, Runtime-Adaptive FPGA Inference Engine for Multimodal AI

arXiv cs.AI · 2026-06-01 Cached

TRINE is a single-bitstream FPGA accelerator and compiler for end-to-end multimodal inference, unifying diverse layers and incorporating runtime-adaptive compute modes, token pruning, and dependency-aware offloading, achieving up to 22.57x latency reduction over an RTX 4090 at 20-21W.

0 favorites 0 likes
#inference-engine

@vllm_project: vLLM v0.22.0 is out! 459 commits from 230 contributors (63 new). Highlights: DeepSeek V4 hardening (NVFP4 fused MoE, fu…

X AI KOLs Timeline · 2026-05-30 Cached

vLLM v0.22.0 released with 459 commits, featuring DeepSeek V4 hardening, experimental Rust frontend, and batch-invariant Cutlass FP8, reducing end-to-end latency by 28.9%.

0 favorites 0 likes
#inference-engine

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

Hacker News Top · 2026-05-29 Cached

Tiny-vLLM is a high-performance LLM inference engine implemented in C++ and CUDA, offering features like continuous batching and PagedAttention, and serves as an educational resource.

1 favorites 1 likes
← Previous
Next →
← Back to home

Submit Feedback