Skip to content

Commit

Permalink
Including 'tritonserver.lib' into final package (#7491)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv authored Aug 2, 2024
1 parent e181662 commit dc90a52
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 dc90a52

Please sign in to comment.