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:
parent
782a7d5335
commit
0a4196718c
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue