LLaVA-VL / LLaVA-Plus-Codebase

LLaVA-Plus: Large Language and Vision Assistants that Plug and Learn to Use Skills
https://llava-vl.github.io/llava-plus/
Apache License 2.0
698 stars 53 forks source link

Running on 12GB GPU or M1 #3

Open shersoni610 opened 10 months ago

shersoni610 commented 10 months ago

Question

Hello,

Can i use the software on a low-end device for learning purposes?

SlongLiu commented 10 months ago

Thanks for the question, we have not tested it on Macbook. The main LMM is the same as LLaVA, which can be used on M1.

But due to the multiple external tools in our project, some optimizations might be needed to be used on a M1 chip.