Skip to content

Commit

Permalink
fix the dependencies issue (#2609)
Browse files Browse the repository at this point in the history
* fix the dependencies issue

* fix path
  • Loading branch information
lanking520 committed May 19, 2023
1 parent 036f258 commit f81f0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/build_ft_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cmake \
-D TRITON_CORE_REPO_TAG="${NVIDIA_TRITON_SERVER_VERSION}" \
-D TRITON_BACKEND_REPO_TAG="${NVIDIA_TRITON_SERVER_VERSION}" \
..
make -j$(nproc)
cp lib/*.so /tmp/binaries/
make -j$(nproc) install
cp /opt/tritonserver/backends/fastertransformer/*.so /tmp/binaries/
cd ../../

# Build FasterTransformer TH Ops library
Expand Down

0 comments on commit f81f0fd

Please sign in to comment.