From f07b1362ad17275af1d343c5ff8a262ba6f279f2 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Mon, 3 Apr 2023 01:50:43 -0400 Subject: [PATCH] Updated Python Bindings --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 02f55f92..e3301f7a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@

:green_book: Technical Report

+ + +

+:snake: Official Python Bindings +

+

Discord

@@ -40,6 +46,9 @@ Note: the full model on GPU (16GB of RAM required) performs much better in our q # Python Client ## CPU Interface +To run GPT4all in python, see the new [official Python bindings](https://github.com/nomic-ai/pyllamacpp). + +The old bindings are still available but now deprecated. They will not work in a notebook environment. To get running using the python client with the CPU interface, first install the [nomic client](https://github.com/nomic-ai/nomic) using `pip install nomic` Then, you can use the following script to interact with GPT4All: ```