Skip to content

Commit cb11b4d

Browse files
alexzhang13azhang3-sc
authored andcommitted
Create pyproject.toml
1 parent 55f3675 commit cb11b4d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "flashattention2-custom-mask"
3+
version = "0.1.0"
4+
description = 'Unofficial FlashAttention2 with Custom Masks'
5+
readme = "README.md"
6+
requires-python = ">=3.8"
7+
authors = [{ name = "Alex Zhang", email = "alzhang@alumni.princeton.edu" }]
8+
keywords = ["flash attention", "triton", "pytorch"]
9+
dynamic=["dependencies"]
10+
11+
12+
[tool.setuptools.dynamic]
13+
dependencies = {file = ["requirements.txt"]}
14+
15+
[tool.setuptools.packages.find]
16+
where = ["."] # list of folders that contain the packages (["."] by default)

0 commit comments

Comments
 (0)