Skip to content

Commit 32892fc

Browse files
fix: pre package windows (#53)
* fix: patch msmpi.dll * fix: patch msmpi.dll --------- Co-authored-by: vansangpfiev <sang@jan.ai>
1 parent d0c5ac5 commit 32892fc

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/patches/windows/msmpi.dll

1.56 MB
Binary file not shown.

cpp/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ifeq ($(OS),Windows_NT)
4141
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force ..\..\build\tensorrt_llm\plugins\nvinfer_plugin_tensorrt_llm.dll cortex.tensorrt-llm\;"
4242
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force ..\..\build\tensorrt_llm\tensorrt_llm.dll cortex.tensorrt-llm\;"
4343
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force .\build_deps\_install\bin\zlib.dll cortex.tensorrt-llm\;"
44+
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force ..\..\..\.github\patches\windows\msmpi.dll cortex.tensorrt-llm\;"
4445
else
4546
cd ./tensorrt_llm/cortex.tensorrt-llm && \
4647
mkdir -p cortex.tensorrt-llm && \

0 commit comments

Comments
 (0)