From 4aa2c31d42bac46752359f5990574243f9917998 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Thu, 20 Jun 2024 15:43:09 -0700 Subject: [PATCH] Fix VILA model version name for MacOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fdbcd0f..325a273e 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ TinyChatEngine supports not only LLM but also VLM. We introduce a sophisticated ``` - On an ARM device (e.g., M1/M2 Macbook, Raspberry Pi) ```bash - python tools/download_model.py --model VILA_7B_awq_int4_CLIP_ViT-L --QM QM_ARM + python tools/download_model.py --model VILA1.5_8B_awq_int4 --QM QM_ARM ``` - (For MacOS) Start the chatbot locally. Please use an appropriate terminal (e.g., iTerm2).