awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

52 个仓库

Awesome GitHub RepositoriesInference Optimization

Methods and frameworks to accelerate decoding and improve inference efficiency.

Explore 52 awesome GitHub repositories matching part of an awesome list · Inference Optimization. Refine with filters or upvote what's useful.

Awesome Inference Optimization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvlabs/fast-dllmNVlabs 的头像

    NVlabs/Fast-dLLM

    840在 GitHub 上查看↗

    Efficient block-diffusion LLM inference.

    Python
    在 GitHub 上查看↗840
  • tencent/wedlmtencent 的头像

    tencent/WeDLM

    644在 GitHub 上查看↗

    Reconciling diffusion models with causal attention for speed.

    Python
    在 GitHub 上查看↗644
  • z-lab/dflashz-lab 的头像

    z-lab/dflash

    554在 GitHub 上查看↗

    Block diffusion for flash speculative decoding.

    Python
    在 GitHub 上查看↗554
  • inclusionai/dinferinclusionAI 的头像

    inclusionAI/dInfer

    472在 GitHub 上查看↗

    dInfer is an efficient and extensible inference framework for dLLMs. As illustrated in the following architecture, it modularizes inference into four components: model, diffusion iteration manager, decoder and KV-cache manager. It provides well-designed APIs for flexible algorithms combinations…

    Efficient inference framework for diffusion language models.

    Python
    在 GitHub 上查看↗472
  • zhijie-group/discrete-diffusion-forcingzhijie-group 的头像

    zhijie-group/Discrete-Diffusion-Forcing

    258在 GitHub 上查看↗

    📝 Blog Post • 🚀 Online Demo • 🤗 D2F-Dream LoRA • 🤗 D2F-LLaDA LoRA

    Faster-than-AR inference via discrete diffusion forcing.

    Python
    在 GitHub 上查看↗258
  • s-sahoo/duos-sahoo 的头像

    s-sahoo/duo

    234在 GitHub 上查看↗

    By Subham Sekhar Sahoo, Justin Deschenaux, Aaron Gokaslan, Guanghan Wang, Justin Chiu, Volodymyr Kuleshov

    Diffusion duality framework for inference.

    Python
    在 GitHub 上查看↗234
  • maomaocun/dllm-cachemaomaocun 的头像

    maomaocun/dLLM-cache

    207在 GitHub 上查看↗

    Official PyTorch implementation of the paper "dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching" (dLLM-Cache) in ICML 2026.

    Adaptive caching for diffusion large language models.

    Python
    在 GitHub 上查看↗207
  • li-jinsong/daedalLi-Jinsong 的头像

    Li-Jinsong/DAEDAL

    170在 GitHub 上查看↗

    Beyond Fixed: Training-Free Variable-Length Denoising for Diffusion Large Language Models

    Variable-length denoising for diffusion LLMs.

    Python
    在 GitHub 上查看↗170
  • kamichanw/d2cacheKamichanw 的头像

    Kamichanw/d2Cache

    135在 GitHub 上查看↗

    Research dLLM Codebase for Diffusion Language Models Research

    Dual adaptive caching for diffusion-based LLMs.

    Python
    在 GitHub 上查看↗135
  • horseee/dkv-cachehorseee 的头像

    horseee/dkv-cache

    133在 GitHub 上查看↗

    The pipeline of dKV-Cache

    Dedicated cache for diffusion language models.

    Python
    在 GitHub 上查看↗133
  • czg1225/dmaxczg1225 的头像

    czg1225/DMax

    126在 GitHub 上查看↗

    DMax is a new dLLM paradigm achieving aggressive parallel decoding while preserving generation quality.

    Aggressive parallel decoding for diffusion LLMs.

    Python
    在 GitHub 上查看↗126
  • s-sahoo/eso-lmss-sahoo 的头像

    s-sahoo/Eso-LMs

    119在 GitHub 上查看↗

    Subham Sekhar Sahoo \ 1 , Zhihan Yang \ 2 , Yash Akhauri †1 , Johnna Liu †1 , Deepansha Singh †1 , Zhoujun Cheng †3 , Zhengzhong Liu 3 , Eric Xing 3 , John Thickstun 2 , Arash Vahdat 4

    Esoteric language model inference techniques.

    Python
    在 GitHub 上查看↗119
  • liusulin/ddpdliusulin 的头像

    liusulin/DDPD

    85在 GitHub 上查看↗

    Code repository for the paper Think While You Generate: Discrete Diffusion with Planned Denoising, by Sulin Liu, Juno Nam, Andrew Campbell, Hannes Stärk, Yilun Xu, Tommi Jaakkola, Rafael Gómez-Bombarelli. Tweet and video for the main idea.

    Discrete diffusion with planned denoising.

    Python
    在 GitHub 上查看↗85
  • kuleshov-group/remdmkuleshov-group 的头像

    kuleshov-group/remdm

    77在 GitHub 上查看↗

    We introduce ReMDM, a simple and general framework to design remasking samplers for masked discrete diffusion models. In this repo, we provide our implementation of different ReMDM strategies for unconditional text generation on OpenWebText. We also provide a demo in this notebook showing how to…

    Remasking discrete diffusion with inference-time scaling.

    Python
    在 GitHub 上查看↗77
  • crys-chen/dpadCrys-Chen 的头像

    Crys-Chen/DPad

    63在 GitHub 上查看↗

    Efficiency: DPad-enhanced dLLMs achieve up to a 61.39× speedup over vanilla dLLM baselines. Accuracy: DPad-enhanced dLLMs achieve up to a +26.46% improvement over vanilla dLLM baselines. (Evaluation conducted on NVIDIA A100-PCIe-80GB GPUs).

    Efficient diffusion models with suffix dropout.

    Python
    在 GitHub 上查看↗63
  • pixeli99/prophetpixeli99 的头像

    pixeli99/Prophet

    58在 GitHub 上查看↗

    Official implementation of "Diffusion Language Models Know the Answer Before Decoding"

    Predictive sampling for diffusion language models.

    Jupyter Notebook
    在 GitHub 上查看↗58
  • eth-sri/constrained-diffusioneth-sri 的头像

    eth-sri/constrained-diffusion

    52在 GitHub 上查看↗

    Constrained Decoding of Diffusion LLMs with Context-Free Grammars

    Constrained decoding with context-free grammars.

    Rust
    在 GitHub 上查看↗52
  • liangrunflora/slow-fast-samplingLiangrunFlora 的头像

    LiangrunFlora/Slow-Fast-Sampling

    42在 GitHub 上查看↗

    Official PyTorch implementation of the paper "Accelerating Diffusion Large Language Models with SlowFast Sampling: The Three Golden Principles" (Slow Fast Sampling).

    Three-principle acceleration for diffusion LLMs.

    Python
    在 GitHub 上查看↗42
  • neuir/pc-samplerNEUIR 的头像

    NEUIR/PC-Sampler

    40在 GitHub 上查看↗

    ACL '26 Source code for paper "Empirical Analysis of Decoding Biases in Masked Diffusion Models"

    Position-aware calibration of decoding bias.

    Python
    在 GitHub 上查看↗40
  • maomaocun/dllm-varmaomaocun 的头像

    maomaocun/dLLM-Var

    35在 GitHub 上查看↗

    Yicun Yang 1 , Cong Wang 1 , Shaobo Wang 1 , Zichen Wen 1 , Biqing Qi 2 , Hanlin Xu 3 , Linfeng Zhang 1 †

    Native variable-length generation for diffusion LLMs.

    Python
    在 GitHub 上查看↗35
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Inference Optimization