From a689fb4f5bd577349c18ad2665f5f4a9d82cd0c1 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 20 Feb 2024 16:59:38 -0800 Subject: [PATCH] add warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89328d49..3a6e88b7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ model.generate("Describe this image", "image.png") >>> "A yellow house with a green lawn." ``` -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 ~5-10 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.