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