MANIFEST.in 760 Bytes
Newer Older
sxtyzhangzk's avatar
sxtyzhangzk committed
1
recursive-include src *.cpp *.h *.hpp *.ipp *.cu *.cuh
muyangli's avatar
muyangli committed
2
recursive-include nunchaku *.py *.json
sxtyzhangzk's avatar
sxtyzhangzk committed
3
4
5
6
7
8
9
10
11
12
13
14
15
recursive-include nunchaku/csrc *.cpp *.h *.hpp *.ipp *.cu *.cuh

recursive-include third_party/Block-Sparse-Attention/csrc/block_sparse_attn *.cpp *.h *.hpp *.ipp *.cu *.cuh
recursive-include third_party/cutlass/include *.cpp *.h *.hpp *.ipp *.cu *.cuh
recursive-include third_party/json/include *.cpp *.h *.hpp *.ipp
recursive-include third_party/mio/include *.cpp *.h *.hpp *.ipp
recursive-include third_party/spdlog/include *.cpp *.h *.hpp *.ipp

include LICENCE.txt
include third_party/Block-Sparse-Attention/LICENSE
include third_party/cutlass/LICENSE.txt
include third_party/json/LICENSE.MIT
include third_party/mio/LICENSE
Muyang Li's avatar
Muyang Li committed
16
include third_party/spdlog/LICENSE