Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down