Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jan 28, 2024
1 parent 1426742 commit ea6fc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ exclude flashinfer/_build_meta.py

# Unneeded files
prune */__pycache__
tests/
global-exclude *.so
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def remove_unwanted_pytorch_nvcc_flags():
"csrc/batch_prefill.cu",
],
include_dirs=[
str("include"),
str(root / "include"),
],
extra_compile_args={
"cxx": ["-O3"],
Expand Down

0 comments on commit ea6fc19

Please sign in to comment.