Hi,
I've been trying to run your model, but ran into some problems. Installation completed without issues, but when running the chat.py script I got the following error:
No module named 'torch.distributed.device_mesh'
From what I found, device_mesh was introduced in torch>=2.2, while the repository specifies torch==2.1.2. Could you clarify which PyTorch version is required?
Also, the README refers to a VideoGLaMM/requirements_sam2_cluster.txt file, but this file doesn鈥檛 exist. Is it meant to be requirements.txt instead?
Finally, which version of flash-attn are you using?
Thank you for your help!
Hi,
I've been trying to run your model, but ran into some problems. Installation completed without issues, but when running the
chat.pyscript I got the following error:No module named 'torch.distributed.device_mesh'From what I found, device_mesh was introduced in
torch>=2.2, while the repository specifiestorch==2.1.2. Could you clarify which PyTorch version is required?Also, the README refers to a
VideoGLaMM/requirements_sam2_cluster.txtfile, but this file doesn鈥檛 exist. Is it meant to berequirements.txtinstead?Finally, which version of flash-attn are you using?
Thank you for your help!