Skip to content

Commit

Permalink
fix: pre package windows (#53)
Browse files Browse the repository at this point in the history
* fix: patch msmpi.dll

* fix: patch msmpi.dll

---------

Co-authored-by: vansangpfiev <sang@jan.ai>
  • Loading branch information
vansangpfiev and sangjanai authored Jul 5, 2024
1 parent d0c5ac5 commit 32892fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .github/patches/windows/msmpi.dll
Binary file not shown.
1 change: 1 addition & 0 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ifeq ($(OS),Windows_NT)
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force ..\..\build\tensorrt_llm\plugins\nvinfer_plugin_tensorrt_llm.dll cortex.tensorrt-llm\;"
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force ..\..\build\tensorrt_llm\tensorrt_llm.dll cortex.tensorrt-llm\;"
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force .\build_deps\_install\bin\zlib.dll cortex.tensorrt-llm\;"
@powershell -Command "cd tensorrt_llm\cortex.tensorrt-llm\; cp -Force ..\..\..\.github\patches\windows\msmpi.dll cortex.tensorrt-llm\;"
else
cd ./tensorrt_llm/cortex.tensorrt-llm && \
mkdir -p cortex.tensorrt-llm && \
Expand Down

0 comments on commit 32892fc

Please sign in to comment.