Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jan 28, 2024
1 parent ea6fc19 commit 014eba8
Showing 1 changed file with 1 addition and 1 deletion.
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(root / "include"),
str(root.resolve() / "include"),
],
extra_compile_args={
"cxx": ["-O3"],
Expand Down

0 comments on commit 014eba8

Please sign in to comment.