Update roadmap with WIP in README.md

This commit is contained in:
Mayank Chhabra 2023-08-18 22:36:34 +07:00 committed by GitHub
parent 9d086c2e28
commit 31005ca992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ Unfortunately, we don't have any benchmarks for this model yet. If you have one,
We're looking to add more features to LlamaGPT. You can see the roadmap [here](https://github.com/getumbrel/llama-gpt/issues/8#issuecomment-1681321145). The highest priorities are:
- Add CUDA and Metal support.
- Moving the model out of the Docker image and into a separate volume.
- Add CUDA and Metal support (work in progress).
- Moving the model out of the Docker image and into a separate volume (work in progress).
- Updating the front-end to show model download progress, and to allow users to switch between models.
- Making it easy to run custom models.