File tree Expand file tree Collapse file tree
src/liger_kernel/ops/backends/_ascend/ops Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252from liger_kernel .ops .backends ._ascend .ops .llama4_rope import LigerLlama4RopeFunction
5353from liger_kernel .ops .backends ._ascend .ops .llama4_rope import llama4_rope_backward
5454from liger_kernel .ops .backends ._ascend .ops .llama4_rope import llama4_rope_forward
55+ from liger_kernel .ops .backends ._ascend .ops .mhc import LigerMHCCoeffsFunction
56+ from liger_kernel .ops .backends ._ascend .ops .mhc import LigerMHCPostResFunction
57+ from liger_kernel .ops .backends ._ascend .ops .mhc import LigerMHCPreFunction
5558from liger_kernel .ops .backends ._ascend .ops .poly_norm import LigerPolyNormFunction
5659from liger_kernel .ops .backends ._ascend .ops .poly_norm import poly_norm_backward
5760from liger_kernel .ops .backends ._ascend .ops .poly_norm import poly_norm_forward
140143 "sparsemax_backward" ,
141144 "LigerFusedNeighborhoodAttentionFunction" ,
142145 "fused_neighborhood_attention_forward" ,
146+ "LigerMHCCoeffsFunction" ,
147+ "LigerMHCPreFunction" ,
148+ "LigerMHCPostResFunction" ,
143149]
You can’t perform that action at this time.
0 commit comments