Skip to content

Commit

Permalink
mono repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Guo authored and Richard Guo committed May 1, 2023
1 parent b00d338 commit 02d1bdb
Show file tree
Hide file tree
Showing 53 changed files with 20 additions and 254 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,6 @@ cython_debug/

# vs code
.vscode
*.bin
*.bin

.DS_Store
252 changes: 0 additions & 252 deletions eval_data/user_oriented_instructions.jsonl

This file was deleted.

2 changes: 2 additions & 0 deletions gpt4all-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GPT4All API
This directory will contain code to build out a RESTful API for GPT4All models. Exact details TBD, but as an MVP, user should be able to send requests to list, download, and generate text with different models.
2 changes: 2 additions & 0 deletions gpt4all-backend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GPT4ALL Backend
This directory will contain the C/C++ model backends. We will want a subdirectory for each model we build out (e.g. gptj, llama). Ideally, there will be a universal library/wrapper for all models. Language bindings will be build on top of the universal library.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions gpt4all-bindings/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GPT4All Bindings
This directory will contain language specific bindings on top of the C/C++ model backends.
We will have one directory per language binding (e.g. Python, Typescript, Go, etc.).
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions gpt4all-chat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GPT4All Chat
This directory will contain the code to build out the QT chat GUI.
8 changes: 8 additions & 0 deletions gpt4all-docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GPT4All Docker
This directory will contain Dockerfiles to build out different gpt4all recipes.

For example:
1. Docker container that builds out gpt4all RESTful API.
2. Docker container that builds out gpt4all model backends and Python bindings.
3. Docker container that builds out everything.
4. etc.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion peft
Submodule peft deleted from 098962

0 comments on commit 02d1bdb

Please sign in to comment.