Skip to content

Commit

Permalink
Updated Python Bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyMulyar authored Apr 3, 2023
1 parent e1357c3 commit f07b136
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<p align="center">
<a href="https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf">:green_book: Technical Report</a>
</p>


<p align="center">
<a href="https://github.com/nomic-ai/pyllamacpp">:snake: Official Python Bindings</a>
</p>

<p align="center">
<a href="https://discord.gg/kvmy6dQB">Discord</a>
</p>
Expand Down Expand Up @@ -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:
```
Expand Down

0 comments on commit f07b136

Please sign in to comment.