From b186c8d09b3a7f4c5c4baf1c890a8db14d5a5ea9 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Tue, 5 Sep 2023 15:20:23 +0800 Subject: [PATCH] docs: make concise --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8aa3b3dac..aa477d285 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,10 @@ Jan is free, source-available, and fair-code licensed. - [x] Data storage via Postgres, MinIO ## Planned Features -- [ ] Support more language models (code llama, wizard, etc.) -- [ ] Support text2image models (SD1.5, SDXL, etc.) -- [ ] Accelerated popular models via TensorRT ([WIP](https://github.com/janhq/accelerated_ai)) -- [ ] C++ inference backend with CUDA & dynamic batching ([WIP](https://github.com/janhq/inference_backend)) -- [ ] Let ppl opt out of 3rd party integrations +- [ ] Support more models, with acceleration ([WIP](https://github.com/janhq/accelerated_ai)) +- [ ] C++ inference backend w/ CUDA & dynamic batching ([WIP](https://github.com/janhq/inference_backend)) - [ ] Universal model installer & compiler, targeting Nvidia GPU acceleration - [ ] Mobile UI with a swappable backend URL -- [ ] UI for controlnet, upscaler, and code llama - [ ] Admin dashboards for user management and audit ## Quickstart