mono repo structure

This commit is contained in:
Richard Guo
2023-05-01 15:45:23 -04:00
parent b00d338c1e
commit 02d1bdb0be
53 changed files with 20 additions and 254 deletions

View File

@@ -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.

View File

View File