Skip to content

Commit

Permalink
Merge pull request nomic-ai#208 from MalikMAlna/main
Browse files Browse the repository at this point in the history
Fixing Small Punctuation and Capitalization Issues
  • Loading branch information
AndriyMulyar authored Apr 6, 2023
2 parents 1bbe9b6 + 1af9576 commit 283bfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">GPT4All</h1>
<p align="center">Demo, data and code to train an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa</p>
<p align="center">Demo, data, and code to train an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa</p>

<p align="center">
<a href="https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf">:green_book: Technical Report</a>
Expand Down Expand Up @@ -57,7 +57,7 @@ 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).
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`
Expand Down

0 comments on commit 283bfaa

Please sign in to comment.