5.16.11mo ago
huggingface/transformers Release v5.16.1
Key point
Includes major fixes such as added support for the GLM-5.3-Flash model and restored Tensor-Parallel API compatibility
Details
Key Features
- Added support for GLM-5.3-Flash: the first native multimodal model in the GLM-5 series, adopting a hybrid architecture (combining sparse and linear attention) that activates only 18B of its total 320B parameters, significantly reducing long-context serving costs and boosting efficiency.
Bug Fixes & Compatibility
- Restored backward-compatible (BC) behavior of the Tensor-Parallel API.
- Fixed kernel commit and repository path errors related to ESMFold2.
- Applied version pinning for HF kernel for security purposes.