diff --git a/.gitmodules b/.gitmodules index 7edf0975d..fca78db7a 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 diff --git a/pyproject.toml b/pyproject.toml index 564059c23..a8914aaed 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" diff --git a/setup.py b/setup.py index bb423d87b..36797d777 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",