sglang

Tag

Cards List
#sglang

@shao__meng: https://x.com/shao__meng/status/2101835798316495007

X AI KOLs Timeline ↗ · 5d ago Cached

Baseten's 'Inference Engineering' is a systematic book that explains AI inference optimization techniques from CUDA to production deployment, helping engineers efficiently run open-source models in production environments.

0 favorites 0 likes
#sglang

@NFT_Chen: Awesome! Instantly transform any LLM into a Jev model with a localized decision engine! LLM2Jev brings Jev's unified Ch…

X AI KOLs Timeline ↗ · 6d ago Cached

LLM2Jev is an open-source tool that adapts local HuggingFace models to perform structured decisions with Choice, Score, and Noul frameworks, offering prefill-only inference and integration with Transformers and SGLang.

0 favorites 0 likes
#sglang

@_avichawla: https://x.com/_avichawla/status/2101563610644496464

X AI KOLs Timeline ↗ · 6d ago Cached

The article explains how to build a local decision engine using open-source LLMs and SGLang, enabling efficient scoring and probability distributions for fixed choices without full text generation, compared to systems like Jev.

0 favorites 0 likes
#sglang

@YichiZ03: zero-to-sglang just hit 1,000 GitHub stars! Thanks for all your support! Our new chapters: Chapter 2.1: mini-sglang — W…

X AI KOLs Timeline ↗ · 6d ago Cached

The zero-to-sglang course has hit 1,000 GitHub stars, with new chapters released covering mini-sglang and the journey of a request including code walkthroughs.

0 favorites 0 likes
#sglang

Built this yesterday with Qwen3.8-Flash-Next (NVFP4, 262K context) on a single NVIDIA DGX Spark

Reddit r/LocalLLaMA ↗ · 2026-09-18

A developer built a project in 8 hours using the Qwen3.8-Flash-Next model on a single NVIDIA DGX Spark, generating around 10k lines of code and consuming 800k tokens.

0 favorites 0 likes
#sglang

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
#sglang

@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
#sglang

@radixark: SGLang-Diffusion enables fast, scalable inference for multimodal generation. The latest work with VDN-H3 brings @MiniMa…

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

SGLang-Diffusion with VDN-H3 from MiniMax enables fast and scalable video generation, achieving 14.4s of 768p video in just 9.0s on 8× B200 GPUs for faster-than-real-time inference.

0 favorites 0 likes
#sglang

@akshay_pachaar: RadixAttention, clearly explained. (how SGLang makes prefix caching highly efficient) Prefix caching sounds simple unti…

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

The article explains RadixAttention, a technique in SGLang that uses a radix tree to efficiently cache and reuse overlapping KV caches across branching requests in AI serving.

0 favorites 0 likes
#sglang

Qwen3.8-Flash-Next in llama.cpp vs SGLang vs FreeToken: 35s vs 258s to first token at full context. My findings on new PRs coming to engines.

Reddit r/LocalLLaMA ↗ · 2026-09-08

Benchmarks comparing SGLang, llama.cpp, and FreeToken on Qwen3.8-Flash-Next at full context show SGLang achieves the fastest time to first token at 35.4s, while llama.cpp baseline takes 258.4s, with speculative decoding providing performance improvements.

0 favorites 0 likes
#sglang

Margins, Not Windows: Training-Free Per-Step Lossy Speculative Decoding

arXiv cs.CL ↗ · 2026-09-04 Cached

AdaptiveSpec is a training-free per-step speculative decoding method that adaptively adjusts token verification and draft tree shape to enhance LLM inference throughput, improving performance by up to 56% while maintaining high accuracy across benchmarks.

0 favorites 0 likes
#sglang

@sgl_project: We just added recipes for DeepSeek-V4-Flash-Vision & DeepSeek-V4-Flash-0731 on 2x DGX Spark. https://docs.sglang.io/coo…

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

SGLang has added deployment recipes for DeepSeek-V4-Flash-Vision and DeepSeek-V4-Flash-0731 models on 2x DGX Spark hardware, with support for various configurations and optimizations.

0 favorites 0 likes
#sglang

Qwen3.8-Flash-Next NVFP4 Day-3 support for 4xV100

Reddit r/LocalLLaMA ↗ · 2026-08-30

RadixArk/Qwen3.8-Flash-Next-NVFP4 is now supported in SGLang-V100, enabling full context operation on 4xV100 GPUs with performance metrics showing high throughput and context handling up to 256k tokens.

0 favorites 0 likes
#sglang

Qwen 3.8 Flash Next ngram look up table offloaded to SSD and streamed in SGLang

Reddit r/LocalLLaMA ↗ · 2026-08-29 Cached

A new checkpoint for Qwen3.8 Flash-Next offloads the ngram lookup table to SSD, reducing RAM usage by 48 GB while maintaining inference speed in SGLang.

0 favorites 0 likes
#sglang

@pallavishekhar_: Learn LLM Inference Engineering - Prefill vs Decode - KV Cache - PagedAttention - Flash Attention - Continuous Batching…

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

An educational overview of key concepts in LLM inference engineering, covering techniques like KV cache, PagedAttention, Flash Attention, and continuous batching to optimize inference performance.

0 favorites 0 likes
#sglang

Accelerating MiniMax-H3 (12 minute read)

TLDR AI ↗ · 2026-08-28 Cached

The article benchmarks the acceleration of MiniMax-H3 video generation on 8×H200 GPUs using SGLang Diffusion, achieving up to 6.24× speedup with quality measured by SSIM.

0 favorites 0 likes
#sglang

@josh_tobin_: A fun small win for automated research: We found and helped fix some edge cases that could affect inference performance…

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

Josh Tobin reports a success in automated research where AI identified and helped fix edge cases that could impact inference performance in vLLM and SGLang, specifically in the FlashInfer library.

0 favorites 0 likes
#sglang

Up to 3.2x Faster Inference with LFM2.5-DSpark

Hugging Face Blog ↗ · 2026-08-20 Cached

Liquid AI releases DSpark draft model checkpoints for the LFM2.5 family, enabling up to 3.2x faster inference on GPUs and devices with minimal quality trade-off, and with day-one support for open-source tools like llama.cpp and SGLang.

0 favorites 0 likes
#sglang

@sgl_project: SGLang is proud to be the native rollout engine for Miles. We're here to keep the tokens flowing and the GPUs busy Grea…

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

SGLang is announced as the native rollout engine for Miles v0.1, an open-source reinforcement learning framework for LLMs and multimodal models, aimed at improving throughput, cache efficiency, and stability in RL training at scale.

0 favorites 0 likes
#sglang

@sgl_project: We pushed some updates to the RTX 5090 / RTX Pro 6000 recipes in the Qwen3.8-27B cookbook http://docs.sglang.io/cookboo…

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

SGLang has updated its deployment recipes for the Qwen3.8-27B model on RTX 5090 and RTX Pro 6000 hardware, adding variants for different configurations with tuning options.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback