runtime error

Exit code: 1. Reason: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. ā†‘ Those bitsandbytes warnings are expected on ZeroGPU ā†‘ Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> import spaces File "/usr/local/lib/python3.10/site-packages/spaces/__init__.py", line 19, in <module> from .zero.decorator import GPU File "/usr/local/lib/python3.10/site-packages/spaces/zero/__init__.py", line 12, in <module> from . import torch File "/usr/local/lib/python3.10/site-packages/spaces/zero/torch/__init__.py", line 26, in <module> from . import patching_legacy as _patching File "/usr/local/lib/python3.10/site-packages/spaces/zero/torch/patching_legacy.py", line 80, in <module> _torch_generics = {name: getattr(torch, name) for name in GENERIC_METHOD_NAMES} File "/usr/local/lib/python3.10/site-packages/spaces/zero/torch/patching_legacy.py", line 80, in <dictcomp> _torch_generics = {name: getattr(torch, name) for name in GENERIC_METHOD_NAMES} File "/usr/local/lib/python3.10/site-packages/torch/__init__.py", line 2216, in __getattr__ raise AttributeError(f"module '{__name__}' has no attribute '{name}'") AttributeError: module 'torch' has no attribute 'obj'

Container logs:

Fetching error logs...