working circleci and updated readme

This commit is contained in:
Richard Guo 2023-05-12 10:30:03 -04:00 committed by Richard Guo
parent 760290ede5
commit 083032cc12
2 changed files with 3 additions and 1 deletions

View File

@ -167,7 +167,6 @@ workflows:
branches: branches:
only: only:
- main - main
- rguo123/docs-cicd
#build-py-deploy: #build-py-deploy:
# jobs: # jobs:
#- build-py-linux #- build-py-linux

View File

@ -2,6 +2,9 @@
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.
## Documentation
docs.gpt4all.io
## Installation ## Installation
``` ```