inference-engine

Tag

Cards List
#inference-engine

(NInfer Fork) I wanted to have a 1M context Qwen-3.8 27B, tp2, dual 5090s

Reddit r/LocalLLaMA ↗ · 2026-08-29

A developer forked NInfer, a C++20/CUDA inference engine, to add tensor-parallelism and YaRN rope scaling, enabling Qwen3.8-27B to run with a 1M token context on dual 5090 GPUs and outperforming vLLM in specific decode scenarios.

0 favorites 0 likes
#inference-engine

@ivanfioravanti: My quest for 50 tps with DeepSeek-V4-Flash on M3 Ultra using DwarfStar is continuing! - 45.7 → 51.5 tok/s (+12.6%) gree…

X AI KOLs Following ↗ · 2026-08-26 Cached

The article details progress in achieving over 50 tokens per second inference speed for DeepSeek-V4-Flash on M3 Ultra using the DwarfStar inference engine, with improvements in performance and quality metrics.

0 favorites 0 likes
#inference-engine

LLMs could control their host machines by exploiting inference engines

Hacker News Top ↗ · 2026-08-24 Cached

The article explores how malicious LLMs could exploit vulnerabilities in inference engines like vLLM to execute arbitrary code and control host machines, citing real-world CVEs.

0 favorites 0 likes
#inference-engine

@aehyok: Share an open-source project FreeToken, a local inference engine specifically for running ultra-large Mixture-of-Experts (MoE) models on consumer-grade computers. Qwen3.6 35B → 8GB RTX 4060 laptop @ 39 tok/s DeepSeek-V4-Flash 284B → R…

X AI KOLs Timeline ↗ · 2026-08-24 Cached

FreeToken is an open-source local inference engine designed to run large Mixture-of-Experts (MoE) models on consumer-grade computers, offering significantly faster performance than alternatives like Ollama with easy installation and native GUI.

0 favorites 0 likes
#inference-engine

Sharp template to NInfer: -42% output tokens, same speed

Reddit r/LocalLLaMA ↗ · 2026-08-22

Sharp v22.1 template reduces Qwen model output tokens by 42% without speed loss, integrated into an NInfer fork for 5090 via C++ modifications.

0 favorites 0 likes
#inference-engine

@AISuperDomain: Stop buying multi-GPU workstations to run large models! Open-source inference engine FreeToken integrates CPU, GPU, and memory: 8GB VRAM slim laptops run 35B MoE, home single-GPU gaming laptops handle 290B+! Completely solves the VRAM capacity issue, open-source and free: #AI #LLM …

X AI KOLs Timeline ↗ · 2026-08-22 Cached

Open-source inference engine FreeToken integrates CPU, GPU, and memory, enabling consumer hardware like 8GB VRAM laptops to run 35B MoE models, and home single-GPU gaming laptops to run 290B+ models, completely solving the VRAM limitation.

0 favorites 0 likes
#inference-engine

llama.cpp

Hacker News Top ↗ · 2026-08-12 Cached

The article presents the official home for llama.cpp, an open-source local LLM inference engine, highlighting integration with the Pi coding agent via the pi-llama plugin and broad hardware optimization.

0 favorites 0 likes
#inference-engine

Antirez/h3.c: MiniMax H3 inference engine for Mac computers

Hacker News Top ↗ · 2026-08-11 Cached

Antirez's h3.c is a native Minimal inference engine for MiniMax-H3 on Apple Silicon, providing a fast, end-to-end prompt-to-video/audio pipeline with Metal optimizations and an interactive session. It is currently focused on performance and memory optimization for M3 Max and M5 Max.

0 favorites 0 likes
#inference-engine

@eternityspring: MiniMax H3 is blowing up locally, but the tutorials are all NVIDIA + ComfyUI, and Mac users can only watch helplessly. Now Redis creator antirez can't stand it anymore, so he hand-wrote an H3 inference engine in pure C + Metal, Apple Silico…

X AI KOLs Timeline ↗ · 2026-08-11 Cached

Redis creator antirez releases h3.c, a pure C + Metal inference engine for MiniMax H3 that runs natively on Apple Silicon, enabling text-to-video/audio without Python, PyTorch, or ComfyUI.

0 favorites 0 likes
#inference-engine

@mohitwt_: Day 20/30 of Inference Engineering building a speculative decoding runtime that drafts multiple tokens ahead with a sma…

X AI KOLs Following ↗ · 2026-08-07 Cached

A developer is building Octane, a speculative decoding runtime for local LLM inference on consumer hardware, aiming for 2-3x speedup with exact output quality. Currently in active development with paged KV cache, continuous batching, and batched attention implemented.

0 favorites 0 likes
#inference-engine

@akshay_pachaar: Massive breakthrough here! Self-hosting LLMs just got ~75% cheaper: Most agent pipelines now run 4-5 small models under…

X AI KOLs Timeline ↗ · 2026-08-06 Cached

Superlinked releases SIE, an open-source inference engine that serves 85+ models behind one API with on-demand loading and LRU eviction, cutting self-hosting GPU costs by ~75% for agent pipelines.

0 favorites 0 likes
#inference-engine

Building a Rust Inference Engine That Matches Llama.cpp

Hacker News Top ↗ · 2026-08-05 Cached

Ferrox is a pure-Rust inference engine that loads GGUF models and runs local LLMs on CPU, Metal, or CUDA, with a CLI and an OpenAI-compatible server. It aims to match llama.cpp's performance while being written from scratch with no bindings.

0 favorites 0 likes
#inference-engine

@vikhyatk: Got sick of hand-tuning GPU kernels, so we built a compiler. Photon 2.0 compiles Moondream, Qwen 3.5, and Gemma 4 into …

X AI KOLs Timeline ↗ · 2026-08-03 Cached

Photon 2.0 is a new inference engine and compiler that compiles models like Moondream, Qwen 3.5, and Gemma 4 into megakernels, claiming up to 2.3x throughput over vLLM and SGLang for physical AI workloads.

0 favorites 0 likes
#inference-engine

Why we write our own C and C++ inference engines

Lobsters Hottest ↗ · 2026-07-31 Cached

LocalAI explains why it writes its own C/C++ inference backends, showing that its vllm.cpp port achieves comparable or better throughput and far smaller footprint than vLLM, with benchmarks across multiple models and hardware.

0 favorites 0 likes
#inference-engine

Run Kimi K3 using 29 GB of RAM at 0.50 tok/s

Hacker News Top ↗ · 2026-07-31 Cached

WASTE is a new open-source C inference engine that streams expert weights from disk to run the 2.78-trillion-parameter Kimi K3 model on a consumer laptop with just 29 GB of RAM, achieving 0.49–0.54 tokens/s.

0 favorites 0 likes
#inference-engine

Autoregressive Language Model on the 6502 Processor

Hacker News Top ↗ · 2026-07-31 Cached

A developer trained a tiny Mamba-based autoregressive language model and built an inference engine to run it on the 6502 processor inside a BBC Micro, demonstrating modern machine learning on 1975 hardware with only 25KB of user memory.

0 favorites 0 likes
#inference-engine

The WASTE inference engine (14 minute read)

TLDR AI ↗ · 2026-07-31 Cached

WASTE is an open-source inference engine that runs models larger than available RAM by storing expert weights on NVMe. It demonstrates running Kimi K3, a 2.78T parameter MoE model, on a MacBook Pro with 64GB unified memory.

0 favorites 0 likes
#inference-engine

The Inference Engine Guide for K3 Deployment (10 minute read)

TLDR AI ↗ · 2026-07-29 Cached

Kimi K3, a 2.8-trillion-parameter multimodal MoE model with 1M context window, now has day-0 vLLM support. This guide details how vLLM serves K3's novel architecture including Kimi Delta Attention, Attention Residuals, and speculative decoding achieving up to 370 tok/s.

0 favorites 0 likes
#inference-engine

@akshay_pachaar: Serverless vs on-prem vs edge deployment. (read before your next deploy) These are three different answers to the same …

X AI KOLs Following ↗ · 2026-07-28 Cached

This article compares serverless, on-prem, and edge deployment for AI models, highlighting inefficiencies in current multi-model serving. It introduces the Superlinked Inference Engine (SIE), an open-source tool that serves multiple models on a single GPU by dynamically loading and unloading weights, aiming to reduce costs and complexity.

0 favorites 0 likes
#inference-engine

RIS-Kernel: A Model-Agnostic Architecture for Long-Context LLM Inference via Sparse Attention

arXiv cs.LG ↗ · 2026-07-27 Cached

RIS-Kernel introduces a model-agnostic sparse attention architecture (RIS) that reduces self-attention complexity from O(N^2) to O(N log N) for long-context LLM inference, enabling operation on commodity CPU hardware without GPU acceleration.

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

Submit Feedback