🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
COMMITS
/ examples/modular-transformers/modeling_switch_function.py March 18, 2026
C
Fix and re-run modular converter on examples (#44833)
Cyril Vallez committed
January 30, 2026
C
Allow Attention and Experts to be used as standalone modules (#43622)
Cyril Vallez committed
January 13, 2026
C
Remove deprecated and unused `position_ids` in all `apply_rotary_pos_emb` (#43255)
Cyril Vallez committed
January 8, 2026
C
[style] Rework ruff rules and update all files (#43144)
Cyril Vallez committed
December 12, 2025
C
Reapply modular examples (#42846)
Cyril Vallez committed
October 9, 2025
Y
Import Callable from collections.abc (#41130)
Yuanyuan Chen committed
October 7, 2025
C
Remove deprecation warning (#41425)
Cyril Vallez committed
August 8, 2025
C
Harmonize `past_key_value` to `past_key_valueS` everywhere (#39956)
Cyril Vallez committed
July 7, 2025
C
[modular] Follow global indexing and attribute setting, and their dependencies (#39180)
Cyril Vallez committed
June 24, 2025
C
Fix undeterministic order in modular dependencies (#39005)
Cyril Vallez committed
June 17, 2025
M
No more Tuple, List, Dict (#38797)
Matt committed
April 29, 2025
April 7, 2025
C
Use Python 3.9 syntax in examples (#37279)
cyyever committed
January 16, 2025
C
Modular: support for importing functions from any file (#35692)
Cyril Vallez committed