From 9cce3c77082fc5b3789683ab493d5df87354fa83 Mon Sep 17 00:00:00 2001 From: Betanu701 Date: Mon, 12 Jun 2023 22:57:38 -0400 Subject: [PATCH 1/3] Update .gitmodules adding multi GPU change --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7edf0975dc..fca78db7a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/llama.cpp"] path = vendor/llama.cpp - url = https://github.com/ggerganov/llama.cpp.git + url = https://github.com/JohannesGaessler/llama.cpp.git From 981f2e4d4410b1d3edd4b0d3cd7618a3c2f12110 Mon Sep 17 00:00:00 2001 From: Betanu701 Date: Mon, 12 Jun 2023 23:01:17 -0400 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 564059c231..a8914aaed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama_cpp_python" -version = "0.1.62" +version = "0.1.63-alpha" description = "Python bindings for the llama.cpp library" authors = ["Andrei Betlen "] license = "MIT" From 742c50c8352e85c6443ed9170fce3c98a590c5cf Mon Sep 17 00:00:00 2001 From: Betanu701 Date: Tue, 13 Jun 2023 00:35:46 -0400 Subject: [PATCH 3/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb423d87b9..36797d777a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description="A Python wrapper for llama.cpp", long_description=long_description, long_description_content_type="text/markdown", - version="0.1.62", + version="0.1.63-alpha", author="Andrei Betlen", author_email="abetlen@gmail.com", license="MIT",