Video-LLaMA icon indicating copy to clipboard operation
Video-LLaMA copied to clipboard

modelling_llama.py

Open zeroQiaoba opened this issue 1 year ago • 1 comments
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?

zeroQiaoba avatar Jul 03 '24 07:07 zeroQiaoba