stephenhky / PyShortTextCategorization

Various Algorithms for Short Text Mining
http://shorttext.rtfd.io
MIT License
467 stars 72 forks source link

Update transformers to 4.43.2 #277

Closed pyup-bot closed 3 months ago

pyup-bot commented 3 months ago

This PR updates transformers from 4.43.0 to 4.43.2.

Changelog ### 4.43.2 ``` - Fix float8_e4m3fn in modeling_utils (32193) - Fix resize embedding with Deepspeed (32192) - let's not warn when someone is running a forward (32176) - RoPE: relaxed rope validation (32182) ``` ### 4.43.1 ``` - fix (32162) ```
Links - PyPI: https://pypi.org/project/transformers - Changelog: https://data.safetycli.com/changelogs/transformers/ - Repo: https://github.com/huggingface/transformers