From a21765a0aa4f7fc1bd7a665ee708306957971741 Mon Sep 17 00:00:00 2001 From: Asia <2736300+humpydonkey@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:16:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4269572f..4f088077 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ model.generate("Describe this image", "image.png") >>> "A yellow house with a green lawn." ``` -**WARNING** We are hosting the LLaVA-1.6 34B model, if it times out please wait ~5-10 min for the server to warm up as it shuts down when usage is low. +**WARNING** We are hosting the LLaVA-1.6 34B model, if it times out please wait ~3-5 min for the server to warm up as it shuts down when usage is low. ### DataStore You can use the `DataStore` class to store your images, add new metadata to them such as descriptions, and search over different columns.