Open yankee624 opened 3 months ago
I also had this problem, have you solved it yet?
@wenrousha Nope
Same error, please tell if anyone has solved this error.
I also had this problem, have you solved it yet?
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 == liangmeng89@zju.edu.cn.
This was fixed for me, it was a version issue, deleting a redundant version of CUDNN.
I installed the repo with the provided script:
The commit I used was
0b1a87fa7ed056f3e5bdfbf12dcf7979c1ac10f8
which is recent one.Then, without changing any code, I ran the following inference code provided by the repo:
I get the following output:
Similar things happen with other model versions like Mixtral 8x7B, or the Base models. How should I fix it?