Transformers v4.57.4
Hugging Face releases Transformers v4.57.4, the final v4 patch, fixing grouped beam search, vLLM decorator handling, and offline Mistral tokenizer loading.
What's Changed Last patch release for v4: We have a few small fixes for remote generation methods (e.g. group beam search), vLLM, and an offline tokenizer fix (if it's already been cached). Grouped beam search from config params by @zucchini-nlp in https://github.com/huggingface/transformers/pull/42472 Handle decorator with optional arguments better @hmellor in https://github.com/huggingface/transformers/pull/42512 fix: make mistral base check conditional to fix offline loading by @Killusions in https://github.com/huggingface/transformers/pull/42880 New Contributors @Killusions made their first contribution in https://github.com/huggingface/transformers/pull/42880 Full Changelog: https://github.com/huggingface/transformers/compare/v4.57.3...v4.57.4
- github.comtransformers v4.57.4primary