mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix import of FalconMambaForCausalLM (#33381)
* fix build issues with FM kernels * try another approach * test * fix * add init files * push fix * fix * fixup * fix duplicate * fix * fix * fix
This commit is contained in:
parent
f745e7d3f9
commit
7f112caac2
3 changed files with 4 additions and 0 deletions
0
src/transformers/kernels/__init__.py
Normal file
0
src/transformers/kernels/__init__.py
Normal file
|
|
@ -23,6 +23,9 @@ FILES_TO_FIND = [
|
|||
"kernels/rwkv/wkv_op.cpp",
|
||||
"kernels/deformable_detr/ms_deform_attn.h",
|
||||
"kernels/deformable_detr/cuda/ms_deform_im2col_cuda.cuh",
|
||||
"kernels/falcon_mamba/selective_scan_with_ln_interface.py",
|
||||
"kernels/falcon_mamba/__init__.py",
|
||||
"kernels/__init__.py",
|
||||
"models/graphormer/algos_graphormer.pyx",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -333,6 +333,7 @@ IGNORE_SUBMODULES = [
|
|||
"safetensors_conversion",
|
||||
"modeling_gguf_pytorch_utils",
|
||||
"kernels.falcon_mamba",
|
||||
"kernels",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue