Hugging Face Transformers v5.12.1 补丁修复了 PEFT 下界和 Mistral 分词器解析问题
英文摘要
The patch release v5.12.1 for Hugging Face Transformers includes two fixes. First, it updates the lower bound for PEFT dependency, ensuring compatibility. Second, it fixes the auto tokenizer to properly resolve the mistral tokenizer when the mistral-common package is installed. The release is similar to v5.10.3 minus the fixes already included in the main release; vLLM will first target version 5.10.3.
中文摘要
Hugging Face Transformers 补丁版本 v5.12.1 包含两项修复。首先,更新了 PEFT 依赖的最低版本限制以确保兼容性。其次,修复了自动分词器,以便在安装了 mistral-common 包时正确解析 Mistral 分词器。此版本类似于 v5.10.3,但移除了主版本中已包含的修复;vLLM 将首先针对 5.10.3 版本。
关键要点
Updated PEFT lower bound to maintain compatibility.
更新了 PEFT 的最低版本限制以保持兼容性。
Fixed auto tokenizer to resolve Mistral tokenizer when mistral-common is installed.
修复了自动分词器,以便在安装 mistral-common 时正确解析 Mistral 分词器。
Release is similar to v5.10.3 but without fixes already integrated in main release; vLLM targets 5.10.3 first.
此版本类似于 v5.10.3,但去除了主版本中已包含的修复;vLLM 将首先针对 5.10.3。