Remove unused FalconH1RMSNormGated import (#6728)
FalconH1RMSNormGated is imported from transformers but never referenced in unsloth/models/falcon_h1.py. The unused hoist trips the import-hoist lint gate on the merge commit of every open PR (the gate lints PR-head merged into main), so clearing it here unblocks those PRs.
This commit is contained in:
parent
0ad814a452
commit
693ab8069d
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ try:
|
|||
FalconH1Model,
|
||||
FalconH1ForCausalLM,
|
||||
FalconH1RMSNorm,
|
||||
FalconH1RMSNormGated,
|
||||
FalconHybridMambaAttentionDynamicCache,
|
||||
)
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue