Skip to content

Commit

Permalink
fix: build linux (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: vansangpfiev <[email protected]>
  • Loading branch information
vansangpfiev and sangjanai authored Aug 5, 2024
1 parent e752dd4 commit 3d5a0cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/build_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ def main(*,
build_dir /
"tensorrt_llm/kernels/decoderMaskedMultiheadAttention/decoderXQAImplJIT/nvrtcWrapper/libtensorrt_llm_nvrtc_wrapper.so",
lib_dir / "libtensorrt_llm_nvrtc_wrapper.so")
copy(
build_dir /
"tensorrt_llm/kernels/decoderMaskedMultiheadAttention/libdecoder_attention.so",
lib_dir / "libdecoder_attention.so")

bin_dir = pkg_dir / "bin"
if bin_dir.exists():
Expand Down

0 comments on commit 3d5a0cc

Please sign in to comment.