From a629275b6cae5dfe5b57e647a57bc94412bf3c12 Mon Sep 17 00:00:00 2001 From: Walter van Heuven Date: Wed, 15 May 2024 22:37:24 +0100 Subject: [PATCH] Minor text update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f2f7f..bcaeb73 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The script currently supports the following models: - [Kosmos-2](https://github.com/microsoft/unilm/tree/master/kosmos-2) - [OpenCLIP](https://github.com/mlfoundations/open_clip) - OpenAI's [GPT-4o](https://openai.com/index/hello-gpt-4o/) and GPT-4 Turbo -- Multimodal models, such as [LLaVA](https://llava-vl.github.io) are supported through [Ollama](https://ollama.com) +- [LLaVA](https://llava-vl.github.io) and other Multimodal models are supported through [Ollama](https://ollama.com) All models, except OpenAI's models (e.g., GPT-4o), run locally. OpenAI's models requires API access. By default, images are resized so that width and height are maximum 500 pixels before inference. The [Qwen-VL](https://github.com/QwenLM/Qwen-VL) model requires an NVIDIA RTX A4000 (or better), or an M1-Max or better. For inference hardware requirements of Cog-VLM, check the [github page](https://github.com/THUDM/CogVLM).