mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 19:40:21 +00:00
documentation and cleanup
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# Python GPT4All
|
||||
|
||||
This package contains a set of Python bindings that runs the `llmodel` C-API.
|
||||
This package contains a set of Python bindings around the `llmodel` C-API.
|
||||
|
||||
|
||||
# Local Installation Instructions
|
||||
|
||||
TODO: Right now instructions in main README still depend on Qt6 setup. To setup Python bindings, we just need `llmodel` to be built which is much simpler. However, in the future, the below installation instructions should be sequentially organized such that we expect the main README's instructions were followed first.
|
||||
## Local Build Instructions
|
||||
|
||||
1. Setup `llmodel`
|
||||
|
||||
@@ -23,7 +21,6 @@ Confirm that `libllmodel.*` exists in `gpt4all-backend/llmodel/build`.
|
||||
|
||||
```
|
||||
cd ../../gpt4all-bindings/python
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install -e .
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user