Skip to content

Commit

Permalink
fix: add dll patch file for openmp (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: vansangpfiev <[email protected]>
  • Loading branch information
vansangpfiev and sangjanai authored Jul 25, 2024
1 parent 5f11a57 commit bdb854f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Binary file modified .github/patches/windows/msvcp140.dll
Binary file not shown.
Binary file added .github/patches/windows/vcomp140.dll
Binary file not shown.
Binary file modified .github/patches/windows/vcruntime140.dll
Binary file not shown.
Binary file modified .github/patches/windows/vcruntime140_1.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ifeq ($(OS),Windows_NT)
@powershell -Command "cp .\.github\patches\windows\msvcp140.dll cortex.llamacpp\;"
@powershell -Command "cp .\.github\patches\windows\vcruntime140_1.dll cortex.llamacpp\;"
@powershell -Command "cp .\.github\patches\windows\vcruntime140.dll cortex.llamacpp\;"
@powershell -Command "cp .\.github\patches\windows\vcomp140.dll cortex.llamacpp\;"
else ifeq ($(shell uname -s),Linux)
@mkdir -p cortex.llamacpp; \
cp build/libengine.so cortex.llamacpp/;
Expand Down

0 comments on commit bdb854f

Please sign in to comment.