This is the repository card of kernels-community/msa that has been pushed on the Hub. It was built to be used with the
kernels library. This card was automatically generated.
1# make sure `kernels` is installed: `pip install -U kernels`
2from kernels import get_kernel
3
4kernel_module = get_kernel("kernels-community/msa", version=0)
5sparse_atten_func = kernel_module.sparse_atten_func
6
7sparse_atten_func(...)
No benchmark available yet.
Source code of this kernel originally comes from
https://github.com/MiniMax-AI/MSA and it was repurposed for compatibility with
kernels.