Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 349abb2

Browse files
fix: pack linux dependencies (#64)
Co-authored-by: vansangpfiev <sang@jan.ai>
1 parent da919d5 commit 349abb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ else
4848
cd ./tensorrt_llm/cortex.tensorrt-llm && \
4949
mkdir -p cortex.tensorrt-llm && \
5050
cp ../../build/tensorrt_llm/cortex.tensorrt-llm/libengine.so cortex.tensorrt-llm && \
51-
cp /usr/local/tensorrt/targets/x86_64-linux-gnu/lib/libnvinfer.so cortex.tensorrt-llm && \
52-
cp /home/runner/actions-runner/_work/cortex.tensorrt-llm/cortex.tensorrt-llm/cpp/build/tensorrt_llm/plugins/libnvinfer_plugin_tensorrt_llm.so cortex.tensorrt-llm && \
51+
cp /usr/local/tensorrt/targets/x86_64-linux-gnu/lib/libnvinfer.so.10 cortex.tensorrt-llm && \
52+
cp /home/runner/actions-runner/_work/cortex.tensorrt-llm/cortex.tensorrt-llm/cpp/build/tensorrt_llm/plugins/libnvinfer_plugin_tensorrt_llm.so.10 cortex.tensorrt-llm && \
5353
cp /home/runner/actions-runner/_work/cortex.tensorrt-llm/cortex.tensorrt-llm/cpp/build/tensorrt_llm/libtensorrt_llm.so cortex.tensorrt-llm && \
5454
cp /home/runner/actions-runner/_work/cortex.tensorrt-llm/cortex.tensorrt-llm/cpp/build/tensorrt_llm/kernels/decoderMaskedMultiheadAttention/decoderXQAImplJIT/nvrtcWrapper/libtensorrt_llm_nvrtc_wrapper.so cortex.tensorrt-llm && \
5555
cp /opt/hpcx/ompi/lib/libmpi.so cortex.tensorrt-llm && \
56-
cp /usr/lib/x86_64-linux-gnu/libnccl.so cortex.tensorrt-llm
56+
cp /usr/lib/x86_64-linux-gnu/libnccl.so.2 cortex.tensorrt-llm
5757
endif
5858

5959
codesign:

0 commit comments

Comments
 (0)