vllm

Tag

Cards List
#vllm

@vllm_project: Thank you to everyone who showed up, spoke, and stayed throughout the vLLM Conference. Lines out the door for talks say…

X AI KOLs Following ↗ · 2026-09-19 Cached

The vLLM Conference concluded successfully with high community attendance, and session recordings are available in the thread.

0 favorites 0 likes
#vllm

Still on the Jev waitlist? I hosted OpenJev. It's free, go play with it

Reddit r/LocalLLaMA ↗ · 2026-09-18

OpenJev is an open-source server offering a free API compatible with TypeSafe's Jev for probabilistic predictions, with performance benchmarks showing competitive latency.

0 favorites 0 likes
#vllm

153 tok/s on 1x AMD Radeon R9700 running Qwen3.8 27b NVFP4, 470 tok/s @ 8 conc requests, Prefill @ 3,619 tok/s

Reddit r/LocalLLaMA ↗ · 2026-09-17

Optimized performance for running the Qwen3.8 27b NVFP4 model on a single AMD Radeon R9700 GPU, achieving up to 153 tokens per second in decode and 3,619 tokens per second in prefill with improved concurrency.

0 favorites 0 likes
#vllm

We built an open-source GPU profiler you point an AI agent at, instead of reading traces yourself

Reddit r/LocalLLaMA ↗ · 2026-09-17

This article introduces an open-source GPU profiler that serves metrics in JSON format, allowing AI agents to automate performance tuning for CUDA-based AI engines like vLLM and SGLang without manual trace analysis.

0 favorites 0 likes
#vllm

@JiaZhihao: I think this comes down to a classic systems tradeoff: generality vs. specialization. vLLM/SGLang cover a huge space of…

X AI KOLs Timeline ↗ · 2026-09-16 Cached

The article discusses the tradeoff between generality and specialization in AI inference engines, with vLLM and SGLang as examples, and notes that coding agents are reducing engineering costs for creating specialized engines.

0 favorites 0 likes
#vllm

You can offload most of Qwen3.8-Flash-Next's KV cache to RAM with little decode slowdown

Reddit r/LocalLLaMA ↗ · 2026-09-16

A technique to offload the KV cache of Qwen3.8-Flash-Next to system RAM is demonstrated, allowing long-context inference with minimal decode slowdown by leveraging the model's efficient architecture.

0 favorites 0 likes
#vllm

Calibrate, Then Route: A Measured Study of Learned Request Routing for Disaggregated LLM Serving

arXiv cs.AI ↗ · 2026-09-16 Cached

This paper presents a measured study on learned request routing for disaggregated LLM serving, evaluating a calibrated router that uses admission-time features to assign requests, achieving higher mean goodput compared to traditional methods on a real vLLM/NIXL cluster.

0 favorites 0 likes
#vllm

@yifandotqiao: Yes, TPU. Because it’s there.

X AI KOLs Timeline ↗ · 2026-09-15 Cached

Google Cloud and Inferact announce a partnership to optimize vLLM for TPU, making it a first-class citizen in the open model ecosystem for agentic production serving.

0 favorites 0 likes
#vllm

I have just moved from MacBook M5 pro 48 GB to RTX3090

Reddit r/LocalLLaMA ↗ · 2026-09-13

A software developer shares their experience switching from a MacBook to an RTX3090 Linux setup for running AI models, achieving significantly higher inference speeds with Qwen 3.8 27B and potentially replacing their Claude subscription.

0 favorites 0 likes
#vllm

I built a serverless hosting platform for LoRA adapters with vLLM

Reddit r/LocalLLaMA ↗ · 2026-09-13

Lorivo is a serverless platform that allows sharing GPU servers for hosting multiple LoRA adapters, simplifying deployment and reducing costs for fine-tuned AI models.

0 favorites 0 likes
#vllm

@ethantsliu: LLMs can control their own attention for long-context! During text generation, LLMs typically read the full KV cache at…

X AI KOLs Timeline ↗ · 2026-09-12 Cached

The paper introduces declarative attention, a technique where LLMs explicitly declare which context segments to attend to, reducing token usage by up to 52% with minimal accuracy drops.

0 favorites 0 likes
#vllm

@PyTorch: At PyTorch Conference North America 2026, Nicolò Lucchesi, Research Engineer at @MistralAI and vLLM maintainer, will pr…

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

Nicolò Lucchesi will present at PyTorch Conference North America 2026 on the evolution of disaggregated serving in vLLM for hybrid models, collaborating with AWS and RedHat.

0 favorites 0 likes
#vllm

@Kay2289123: Sharing a recently compiled reading list for getting started with AI Infra—recommend bookmarking it and reading it slow…

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

The article shares a curated reading list for getting started with AI infrastructure, focusing on large model inference topics such as vLLM, continuous batching, and performance benchmarking.

0 favorites 0 likes
#vllm

@PyTorch: At PyTorch Conference North America, Ricardo Noriega de Soto, Tech Lead for the vLLM Omni team and Alexander Brooks, Pr…

X AI KOLs Timeline ↗ · 2026-09-09 Cached

At PyTorch Conference North America, Ricardo Noriega de Soto and Alexander Brooks will demonstrate how extending vLLM's prefix caching mechanism to multistage pipelines boosts inference speeds while reducing GPU memory overhead, providing practical strategies for optimizing complex AI workloads.

0 favorites 0 likes
#vllm

DeepSeek-V4-Flash-Vision-Exp (285B MoE) on 10-12x RTX 3090 — spec decoding, vision

Reddit r/LocalLLaMA ↗ · 2026-09-09

Running the DeepSeek-V4-Flash-Vision-Exp 285B MoE model on 10-12x RTX 3090 GPUs achieves over 60-120 tok/s decode speeds with vision and tool support, fully documented for reproducibility.

0 favorites 0 likes
#vllm

Higher acceptance length, slower prose: Ling’s n=1/2/3 MTP test on one Spark

Reddit r/LocalLLaMA ↗ · 2026-09-07

Benchmark tests on Ling-3.0-flash show that higher acceptance length in multi-token prediction decreases prose throughput, with n=1 being the most efficient setting for the evaluated workloads.

0 favorites 0 likes
#vllm

Validate your local LLM advertised KV cache against real pressure; see exactly how old contexts get evicted from cache

Reddit r/LocalLLaMA ↗ · 2026-09-06

Author released an open-source tool called cache-pressure that benchmarks how well local LLM inference engines actually retain KV cache contexts under pressure, allowing users to verify real cache capacity against advertised claims.

0 favorites 0 likes
#vllm

@QuixiAI: Two fixes for the NVIDIA open kernel driver on DGX Spark - Freed GPU memory now returns to the OS when a process exits …

X AI KOLs Timeline ↗ · 2026-09-05

NVIDIA's open kernel driver for DGX Spark received two fixes that return freed GPU memory to the OS when a process exits and enable huge pages for GPU page faults on system memory, boosting first-touch bandwidth from 0.4 to 19.6 GiB/s.

0 favorites 0 likes
#vllm

@PyTorch: TorchSpec is a PyTorch-native framework for training speculative decoding draft models. This release, a collaboration w…

X AI KOLs Following ↗ · 2026-09-03 Cached

TorchSpec is a PyTorch-native framework for training speculative decoding draft models, released in collaboration with vllm and demonstrated with Kimi K3 draft models on NVIDIA GB200 hardware.

0 favorites 0 likes
#vllm

@ViC305: I DID IT!! DeepSeek-V4-Flash-Vision EXL3 MixedK is now running VISION + DSpark speculative decoding together on ONE DGX…

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

User @ViC305 successfully runs DeepSeek-V4-Flash-Vision with EXL3 MixedK and DSpark speculative decoding on a single DGX Spark, achieving improved performance and fixing technical issues for multimodal AI deployment.

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

Submit Feedback