forgot obvious things

This commit is contained in:
Richard Guo 2023-05-11 14:29:17 -04:00 committed by Richard Guo
parent 27e22e775a
commit 3667da931f
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
This package contains a set of Python bindings around the `llmodel` C-API. This package contains a set of Python bindings around the `llmodel` C-API.
## Installation
```
pip install gpt4all
```
## Local Build Instructions ## Local Build Instructions