adasplash 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
adasplash/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ from .adasplash_block_mask import sparse_attn as adasplash
2
+ from .adasplash_no_block_mask import sparse_attn as adasplash_no_block_mask
3
+ from .triton_entmax import triton_entmax