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
Thank you for the great work. Could you please check the following error that occurred while executing the app.py?
Traceback (most recent call last):
File "/root/projects/MeshAnything/app.py", line 8, in <module>
from main import get_args, load_model
File "/root/projects/MeshAnything/main.py", line 6, in <module>
from MeshAnything.models.meshanything import MeshAnything
File "/root/projects/MeshAnything/MeshAnything/models/meshanything.py", line 5, in <module>
from MeshAnything.models.shape_opt import ShapeOPTConfig
File "/root/projects/MeshAnything/MeshAnything/models/shape_opt.py", line 2, in <module>
from transformers.models.opt.modeling_opt import OPTForCausalLM, OPTModel, OPTDecoder, OPTLearnedPositionalEmbedding, OPTDecoderLayer
File "/root/anaconda3/envs/meshany/lib/python3.10/site-packages/transformers/models/opt/modeling_opt.py", line 46, in <module>
from flash_attn import flash_attn_func, flash_attn_varlen_func
File "/root/anaconda3/envs/meshany/lib/python3.10/site-packages/flash_attn/__init__.py", line 3, in <module>
from flash_attn.flash_attn_interface import (
File "/root/anaconda3/envs/meshany/lib/python3.10/site-packages/flash_attn/flash_attn_interface.py", line 10, in <module>
import flash_attn_2_cuda as flash_attn_cuda
ImportError: libtorch_cuda_cpp.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
Thank you for the great work. Could you please check the following error that occurred while executing the app.py?
The text was updated successfully, but these errors were encountered: