Normalize kwarg spacing in loader.py after the main merge

Post-merge ruff-format-with-kwargs pass (the pre-commit.ci hook) on the merged
loader.py; whitespace only, no logic change.
This commit is contained in:
Daniel Han 2026-07-06 14:20:51 +00:00
commit 0a4196718c

View file

@ -245,6 +245,7 @@ def _maybe_advise_fla_install(model_types):
"transformers will use a slower pure PyTorch path."
)
def _fix_rope_inv_freq(model):
"""Fix inv_freq corruption caused by transformers v5 meta-device loading.