返回全部动态

Transformers v5.11.0 发布:新增 DiffusionGemma 和 DeepSeek-V3.2 支持

原标题:Release v5.11.0

Transformers Releases一手来源产品发布质量 83

AI 摘要

Hugging Face Transformers 库发布 v5.11.0 版本,新增 DiffusionGemma 和 DeepSeek-V3.2 模型支持。DiffusionGemma 采用编码器-解码器架构和多画布采样,加速文本生成;DeepSeek-V3.2 引入 DeepSeek 稀疏注意力机制,提升长上下文训练和推理效率。此外,该版本扩展了 KernelConfig API 以支持 n-to-1 模块融合,并修复了多个并行化和 bug 问题。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

# Release v5.11.0 ## New Model additions ### DiffusionGemma <img width="1240" height="700" alt="image" src="https://github.com/user-attachments/assets/5081e449-6374-4076-bd96-d295c8334ca4" /> DiffusionGemma is engineered to reduce the sequential bottlenecks of standard causal language models by employing an encoder-decoder architecture specifically optimized for inference speed. During inference, DiffusionGemma leverages multi-canvas sampling, where rather than generating one token


发布时间:2026-06-11 00:32
抓取时间:2026-08-02 00:23
来源机构:Hugging Face
阅读原文github.com