Video-LLaMA
Video-LLaMA copied to clipboard
modelling_llama.py
trafficstars
In Video-LLaMA, we notice that you load LlamaForCausalLM from ./models/modelling_llama.py. I wonder why not directly load it by "from transformers import LlamaForCausalLM". Do you make any change of the original code in Transforms packages?