From 572492b2a9643459c94e6aefd1ff769ea258caea Mon Sep 17 00:00:00 2001 From: RaymondWang0 Date: Mon, 4 Mar 2024 14:45:19 -0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fa524..0ef1d42 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,8 @@ TinyChatEngine offers versatile capabilities suitable for various applications. ## Deploy vision language model (VLM) chatbot with TinyChatEngine -TinyChatEngine supports not only LLM but also VLM. We introduce a sophisticated text/voice chatbot for VLM. Here, we provide easy-to-follow instructions to deploy vision language model chatbot (VILA-7B) with TinyChatEngine. We recommend using M1/M2 MacBooks for this VLM feature. + +TinyChatEngine supports not only LLM but also VLM. We introduce a sophisticated chatbot for VLM. Here, we provide easy-to-follow instructions to deploy vision language model chatbot (VILA-7B) with TinyChatEngine. We recommend using M1/M2 MacBooks for this VLM feature. - Follow the instructions above to setup the basic environment, i.e., [Prerequisites](#prerequisites) and [Step-by-step to Deploy LLaMA2-7B-chat with TinyChatEngine](#step-by-step-to-deploy-llama2-7b-chat-with-tinychatengine).