forked from facebookresearch/xformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
18 lines (16 loc) · 722 Bytes
/
MANIFEST.in
File metadata and controls
18 lines (16 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include LICENSE
include requirements.txt
include version.txt
include third_party/flash-attention/version.txt
recursive-include xformers/csrc *
recursive-include third_party/sputnik *
recursive-include third_party/cutlass/include *
recursive-include third_party/cutlass/tools/util/include *
recursive-include third_party/cutlass/examples *
recursive-include third_party/flash-attention/csrc *
recursive-include third_party/flash-attention/flash_attn *
prune third_party/flash-attention/csrc/cutlass/docs/
prune third_party/flash-attention/csrc/cutlass/test/
prune third_party/flash-attention/csrc/cutlass/tools/
prune third_party/flash-attention/csrc/cutlass/media/
prune third_party/flash-attention/csrc/cutlass/python/