Skip to content

Commit

Permalink
Merge branch 'main' of github.com:triton-inference-server/server into…
Browse files Browse the repository at this point in the history
… yinggeh-DLIS-6657-client-input-byte-size-check
  • Loading branch information
yinggeh committed Aug 4, 2024
2 parents abd6924 + dc90a52 commit 17053e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,10 @@ def core_build(
os.path.join(repo_install_dir, "bin", "tritonserver.dll"),
os.path.join(install_dir, "bin"),
)
cmake_script.cp(
os.path.join(repo_install_dir, "lib", "tritonserver.lib"),
os.path.join(install_dir, "bin"),
)
else:
cmake_script.mkdir(os.path.join(install_dir, "bin"))
cmake_script.cp(
Expand Down

0 comments on commit 17053e9

Please sign in to comment.