From 9cc71b30f1d5cdd7db11d25715f28a6d4d22f446 Mon Sep 17 00:00:00 2001 From: Malik M Alnakhaleh Date: Mon, 3 Apr 2023 20:09:51 -0400 Subject: [PATCH] Update README.md Fixing punctuation and capitalization to maintain consistency within the README file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3301f7a..bda9c4f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

GPT4All

-

Demo, data and code to train an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa

+

Demo, data, and code to train an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa

:green_book: Technical Report @@ -46,7 +46,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`