Skip to content

Commit b18da8b

Browse files
committed
upd
1 parent c12d5c4 commit b18da8b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ py-modules = ["build_backend", "build_utils"]
4343

4444
[tool.setuptools.dynamic]
4545
version = {attr = "flashinfer._build_meta.__version__"}
46+
dependencies = {file = ["requirements.txt"]}
4647

4748
[tool.setuptools.packages.find]
4849
where = ["."]
4950
include = ["flashinfer*"]
51+
exclude = ["flashinfer-jit-cache*", "flashinfer-cubin*"]
5052

5153
[tool.setuptools.package-dir]
5254
"flashinfer.data" = "."

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apache-tvm-ffi==0.1.0b15
2+
click
3+
einops
4+
ninja
5+
numpy
6+
nvidia-cudnn-frontend>=1.13.0
7+
nvidia-cutlass-dsl>=4.2.1
8+
nvidia-ml-py
9+
packaging>=24.2
10+
requests
11+
tabulate
12+
torch
13+
tqdm

0 commit comments

Comments
 (0)