From e14495b4050feba927b8d80ef975e67ee3b003c4 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 29 Feb 2024 19:32:28 +0100 Subject: [PATCH] fix and sync --- lollms_core | 2 +- scripts/build_wheels.bat | 2 ++ scripts/build_wheels_linux.sh | 2 ++ zoos/bindings_zoo | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 scripts/build_wheels.bat create mode 100644 scripts/build_wheels_linux.sh diff --git a/lollms_core b/lollms_core index 1813e450..d2d039ac 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit 1813e4505bb203e1a28a4b399aa02b26ae8b5f66 +Subproject commit d2d039ac81410a966dc24f041ee2c680bfba4f3c diff --git a/scripts/build_wheels.bat b/scripts/build_wheels.bat new file mode 100644 index 00000000..8900004e --- /dev/null +++ b/scripts/build_wheels.bat @@ -0,0 +1,2 @@ +SET "CMAKE_ARGS=-DLLAMA_CUBLAS=on" && pip wheel llama-cpp-python --wheel-dir=E:/Build + diff --git a/scripts/build_wheels_linux.sh b/scripts/build_wheels_linux.sh new file mode 100644 index 00000000..ac128805 --- /dev/null +++ b/scripts/build_wheels_linux.sh @@ -0,0 +1,2 @@ +CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip wheel llama-cpp-python --wheel-dir=~/builds + diff --git a/zoos/bindings_zoo b/zoos/bindings_zoo index 6f998e31..31b8b847 160000 --- a/zoos/bindings_zoo +++ b/zoos/bindings_zoo @@ -1 +1 @@ -Subproject commit 6f998e319f36b2edd9fbb4d2591a3017d0ea89a6 +Subproject commit 31b8b8475fe54775e2dfcf2d2d9812c2564b0462