https://nomic-ai.github.io/pygpt4all/
Official supported Python bindings for llama.cpp + gpt4all
https://nomic-ai.github.io/pygpt4all/
Last synced: about 10 hours ago
JSON representation
Official supported Python bindings for llama.cpp + gpt4all
- Host: GitHub
- URL: https://nomic-ai.github.io/pygpt4all/
- Owner: nomic-ai
- License: mit
- Archived: true
- Created: 2023-04-03T05:40:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T13:46:55.000Z (over 2 years ago)
- Last Synced: 2025-12-01T00:48:49.298Z (9 days ago)
- Language: C++
- Homepage: https://nomic-ai.github.io/pygpt4all/
- Size: 1.82 MB
- Stars: 1,015
- Watchers: 12
- Forks: 157
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python - nomic-ai.github.io/pygpt4all
README
# Pygpt4all
We've moved Python bindings with the main gpt4all repo.
Future development, issues, and the like will be handled in the main repo.
This repo will be archived and set to read-only.
The main repo is here: https://github.com/nomic-ai/gpt4all
The subdirectory with this repo is here: https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/python
## Deprecation Notice
The `pygpt4all` PyPI package will no longer by actively maintained and the bindings may diverge from the GPT4All model backends.
Please use the [gpt4all](https://pypi.org/project/gpt4all/) package moving forward to most up-to-date Python bindings.
Thank you!