返回全部动态
Transformers 补丁版 v5.10.4 发布,修复多项问题
原标题:Patch release v5.10.4
AI 摘要
Hugging Face 发布了 Transformers 库的补丁版本 v5.10.4,修复了多个问题,包括与 vLLM 的同步、ProcessorMixin 中的 token 处理、InternVL 模型、处理偏移、peft 下界以及 mistral 后端。该版本在 PyPI 上以 5.10.4 发布,跳过了 5.10.3。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
# Patch release v5.10.4 Update: Note that on pypi `5.10.3` doesn't exist and this this saved under `5.10.4` (so essentially a minor version skipped). Sorry about that, that's on me. Just wanted to clarify to make this less confusing! A few fixes needed for vLLM to sync with transformers :hugs: * [fix] regression introduced by #45534 #46456 by @eustlb (#46456) * Fix {image/video/audio}_token_ids in ProcessorMixin #46500 by @hmellor (#46500) * Fix InternVL models #46524 by @hmellor (#465
发布时间:2026-06-16 01:29
抓取时间:2026-08-02 00:23
来源机构:Hugging Face