From 7ab7d948b5a7aa053fdf10fbac2ce1848a0d7336 Mon Sep 17 00:00:00 2001 From: Richard Guo Date: Fri, 5 May 2023 09:32:45 -0400 Subject: [PATCH] Update monorepo_plan.md --- monorepo_plan.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/monorepo_plan.md b/monorepo_plan.md index 49b12c05..deae3fc5 100644 --- a/monorepo_plan.md +++ b/monorepo_plan.md @@ -26,9 +26,11 @@ This is roughly based on what's feasible now and path of least resistance. - Separate model backends into separate subdirectories (e.g. llama, gptj) 3. Develop Python bindings (high priority and in-flight) + - Release Python binding as PyPi package + - Reimplement [Nomic GPT4All](https://github.com/nomic-ai/nomic/blob/main/nomic/gpt4all/gpt4all.py#L58-L190) to call new Python bindings 4. Develop Dockerfiles for different combinations of model backends and bindings - Dockerfile for just model backend - Dockerfile for model backend and Python bindings -5. Develop RESTful API / FastAPI \ No newline at end of file +5. Develop RESTful API / FastAPI