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'm attempting to run the demo for the Multiple-model Version of the VideoLLaMA2 project. However, I encounter an error when I reach the following command:
I'm attempting to run the demo for the Multiple-model Version of the VideoLLaMA2 project. However, I encounter an error when I reach the following command:
I replaced /PATH/TO/MODEL1 with 'DAMO-NLP-SG/VideoLLaMA2-7B-16F', but I receive the following error:
ModuleNotFoundError: No module named 'videollama2.model.builder'
Could you please assist me with this issue? Thank you!
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'm attempting to run the demo for the Multiple-model Version of the VideoLLaMA2 project. However, I encounter an error when I reach the following command:
python -m videollama2.serve.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-path /PATH/TO/MODEL1
I replaced /PATH/TO/MODEL1 with 'DAMO-NLP-SG/VideoLLaMA2-7B-16F', but I receive the following error:
ModuleNotFoundError: No module named 'videollama2.model.builder'
Could you please assist me with this issue? Thank you!
The text was updated successfully, but these errors were encountered: