Skip to content

Commit

Permalink
Update monorepo_plan.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rguo123 authored May 5, 2023
1 parent b5df9c7 commit 7ab7d94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion monorepo_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5. Develop RESTful API / FastAPI

0 comments on commit 7ab7d94

Please sign in to comment.