From d6be69faffa24b98daf9dbd2634ed77e2a0a7d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Mon, 6 Nov 2023 03:36:53 +0300 Subject: [PATCH] Upd TODOs --- examples/llava/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/llava/README.md b/examples/llava/README.md index b1df8dd16..323c5fdd0 100644 --- a/examples/llava/README.md +++ b/examples/llava/README.md @@ -51,7 +51,6 @@ Now both the LLaMA part and the image encoder is in the `llava-v1.5-7b` director ## TODO -- [ ] Support server mode. - [ ] Support non-CPU backend for the image encoding part. - [ ] Support different sampling methods. - [ ] Support more model variants.