Hugging Face Transformers v5.10.3 补丁版本修复回归错误和处理器问题
英文摘要
Transformers v5.10.3 is a patch release containing seven fixes needed for vLLM synchronization. It addresses a regression introduced by PR #45534, corrects the handling of image, video, and audio token IDs in ProcessorMixin, and fixes the InternVL model implementation. Additionally, processing offsets, the PEFT version lower bound, and a Mistral common backend issue are resolved.
中文摘要
Transformers v5.10.3 是一个包含七项修复的补丁版本,用于保持与 vLLM 的同步。它修复了由 PR #45534 引入的回归错误,更正了 ProcessorMixin 中图像、视频和音频 token ID 的处理,并修复了 InternVL 模型。此外还解决了处理偏移量、PEFT 版本下限和 Mistral 通用后端问题。
关键要点
Resolves regression from PR #45534 that broke vLLM compatibility
修复导致 vLLM 兼容性中断的 PR #45534 回归错误
Fixes image, video, and audio token IDs in ProcessorMixin
修复 ProcessorMixin 中的图像、视频和音频 token ID 处理
Fixes InternVL model implementation
修复 InternVL 模型实现
Fixes processing offset calculations
修复处理偏移量计算
Fixes the lower bound for the PEFT dependency version
修复 PEFT 依赖的版本下限
Fixes a common backend issue with Mistral models
修复 Mistral 模型的一个通用后端问题