You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: