Vision-CAIR / MiniGPT-4

Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
https://minigpt-4.github.io
BSD 3-Clause "New" or "Revised" License
25.43k stars 2.92k forks source link

While running demo.py, there's this line, "loading LLAMA", since LLAMA isin't available for commercial use, can we really use MiniGPT4 for commercial purpose? #220

Open OmkarShidore opened 1 year ago

OmkarShidore commented 1 year ago

image

WeileiZeng commented 1 year ago

No you can't. That is why every model only provides delta weights and asks you to download the LLAMA weight by yourself.

entrpn commented 1 year ago

Perhaps if you re-train with an oss model, you should be able to use it for commercial purposes, but 2nd stage data was collected using chatgpt, how? Isn't OpenAI's TOS against using it to train other models?