Hugging Face's logo
XilingR
/
Runtime error

runtime error

Exit code: 1. Reason: Cuda is not available [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. [notice] A new release of pip available: 22.3.1 -> 24.2 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/models/GroundingDINO/ops/./test.py", line 18, in <module> from functions.ms_deform_attn_func import MSDeformAttnFunction, ms_deform_attn_core_pytorch File "/home/user/app/models/GroundingDINO/ops/functions/__init__.py", line 9, in <module> from .ms_deform_attn_func import MSDeformAttnFunction File "/home/user/app/models/GroundingDINO/ops/functions/ms_deform_attn_func.py", line 18, in <module> import MultiScaleDeformableAttention as MSDA ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' Traceback (most recent call last): File "/home/user/app/app.py", line 202, in <module> model, transform = build_model_and_transforms(args) File "/home/user/app/app.py", line 184, in build_model_and_transforms from models.registry import MODULE_BUILD_FUNCS File "/home/user/app/models/__init__.py", line 7, in <module> from .GroundingDINO import build_groundingdino File "/home/user/app/models/GroundingDINO/__init__.py", line 15, in <module> from .groundingdino import build_groundingdino File "/home/user/app/models/GroundingDINO/groundingdino.py", line 55, in <module> from .transformer import build_transformer File "/home/user/app/models/GroundingDINO/transformer.py", line 28, in <module> from .ms_deform_attn import MultiScaleDeformableAttention as MSDeformAttn File "/home/user/app/models/GroundingDINO/ms_deform_attn.py", line 31, in <module> import MultiScaleDeformableAttention as _C ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'

Container logs:

Fetching error logs...