From 31005ca99234fb04da2480704b06b0b204c50ba2 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Fri, 18 Aug 2023 22:36:34 +0700 Subject: [PATCH] Update roadmap with WIP in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 140f8ce..496fac6 100644 --- a/README.md +++ b/README.md @@ -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.