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