diff --git a/README.md b/README.md index 9077fd5b..588c243e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
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 @@ -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`