runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/x_transformers/x_transformers.py:504: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. @autocast(enabled = False) /usr/local/lib/python3.10/site-packages/x_transformers/x_transformers.py:528: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. @autocast(enabled = False) Traceback (most recent call last): File "/home/user/app/app.py", line 1, in <module> from meshgpt_pytorch import ( File "/usr/local/lib/python3.10/site-packages/meshgpt_pytorch/__init__.py", line 1, in <module> from meshgpt_pytorch.meshgpt_pytorch import ( File "/usr/local/lib/python3.10/site-packages/meshgpt_pytorch/meshgpt_pytorch.py", line 42, in <module> from meshgpt_pytorch.data import derive_face_edges_from_faces File "/usr/local/lib/python3.10/site-packages/meshgpt_pytorch/data.py", line 20, in <module> from torchtyping import TensorType ModuleNotFoundError: No module named 'torchtyping'

Container logs:

Fetching error logs...