From 0f046cf905067219b4030800beee778c98eae007 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 15 Sep 2023 09:11:12 -0400 Subject: [PATCH] Bump the Python version to python-v1.0.12 to restrict the quants that vulkan recognizes. --- gpt4all-bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/setup.py b/gpt4all-bindings/python/setup.py index 1e0125d6..2ae7b37d 100644 --- a/gpt4all-bindings/python/setup.py +++ b/gpt4all-bindings/python/setup.py @@ -61,7 +61,7 @@ copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY, setup( name=package_name, - version="1.0.11", + version="1.0.12", description="Python bindings for GPT4All", author="Nomic and the Open Source Community", author_email="support@nomic.ai",