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
The huggingface live demo shows the following error.
OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory
Traceback:
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.__dict__)
File "/home/user/app/app.py", line 20, in <module>
import openshape
File "/home/user/.cache/huggingface/hub/models--OpenShape--openshape-demo-support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/__init__.py", line 4, in <module>
from .ppat_rgb import Projected, PointPatchTransformer
File "/home/user/.cache/huggingface/hub/models--OpenShape--openshape-demo-support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/ppat_rgb.py", line 5, in <module>
from .pointnet_util import PointNetSetAbstraction
File "/home/user/.cache/huggingface/hub/models--OpenShape--openshape-demo-support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/pointnet_util.py", line 6, in <module>
import dgl.geometry
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/__init__.py", line 16, in <module>
from .backend import load_backend, backend_name
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/backend/__init__.py", line 109, in <module>
load_backend(get_preferred_backend())
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/backend/__init__.py", line 43, in load_backend
from .._ffi.base import load_tensor_adapter # imports DGL C library
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/_ffi/base.py", line 45, in <module>
_LIB, _LIB_NAME, _DIR_NAME = _load_lib()
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/dgl/_ffi/base.py", line 35, in _load_lib
lib = ctypes.CDLL(lib_path[0])
File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
The text was updated successfully, but these errors were encountered:
The huggingface live demo shows the following error.
The text was updated successfully, but these errors were encountered: