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
i want to train the model with my dataset. however, when i run the finetune_lora.sh.
it shows file /videollama2/model/language_model/videollama2_llama.py, line22
from transformers import AutoConfig, AutoModelForCausalLM,
ModuleNotFoundError: No module named 'transformers'
how to solve this problem(i have already download the transformers)
The text was updated successfully, but these errors were encountered:
Hello,I'm a phD student from ZJU, I also use videollama2 to do my own research,we create a WeChat group to discuss some issues of videollama2 and help each other,could you join us? Please contact me: WeChat number == LiangMeng19357260600, phone number == +86 19357260600,e-mail == [email protected].
i want to train the model with my dataset. however, when i run the finetune_lora.sh.
it shows file /videollama2/model/language_model/videollama2_llama.py, line22
from transformers import AutoConfig, AutoModelForCausalLM,
ModuleNotFoundError: No module named 'transformers'
how to solve this problem(i have already download the transformers)
The text was updated successfully, but these errors were encountered: