Open wanxinzzz opened 3 weeks ago
I tried using another Docker image, and it ran successfully.
The key differences are the versions of Transformers and PyTorch:
Good Image:
Bad Image:
Is this a known bug?
I'm not very sure what is the cause of it but version of transformers might be the issue.
Hi @ZhangYuanhan-AI , do you have any idea about this bug and what is the recommended version of transformers to run the model?
I'm not very sure what is the cause of it but version of transformers might be the issue.
Hi @ZhangYuanhan-AI , do you have any idea about this bug and what is the recommended version of transformers to run the model?
You can try to use bfloat16 to initialize the model.
Hi, I try to use LLaVA-Video to evaluate nextqa and longvideobench_val dataset, but i got wrong answer in every questions
my scripts is