Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan McCormick <[email protected]>
  • Loading branch information
KrishnanPrash and rmccorm4 authored Oct 4, 2024
1 parent d1b5551 commit dc02efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ def core_build(
os.path.join(repo_install_dir, "lib", "libtritonserver.so"),
os.path.join(install_dir, "lib"),
)
# [FIXME] Placing the Triton server and tritonfrontend wheel file in 'python' for now,
# [FIXME] Placing the tritonserver and tritonfrontend wheel files in 'python' for now,
# should be uploaded to pip registry to be able to install directly
cmake_script.mkdir(os.path.join(install_dir, "python"))
cmake_script.cp(
Expand Down

0 comments on commit dc02efe

Please sign in to comment.