runtime error
Exit code: 1. Reason: ZeroGPU recommends bitsandbytes >= `0.46.0` (`0.42.0` installed). Falling back to legacy support /usr/local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so: undefined symbol: cadam32bit_grad_fp32 /usr/local/lib/python3.10/site-packages/bitsandbytes/cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. warn("The installed version of bitsandbytes was compiled without GPU support. " Requirement already satisfied: psutil in /usr/local/lib/python3.10/site-packages (5.9.8) Traceback (most recent call last): File "/home/user/app/app.py", line 24, in <module> import bitsandbytes as bnb # Import bitsandbytes for 8-bit quantization File "/usr/local/lib/python3.10/site-packages/bitsandbytes/__init__.py", line 16, in <module> from .nn import modules File "/usr/local/lib/python3.10/site-packages/bitsandbytes/nn/__init__.py", line 6, in <module> from .triton_based_modules import SwitchBackLinear, SwitchBackLinearGlobal, SwitchBackLinearVectorwise, StandardLinear File "/usr/local/lib/python3.10/site-packages/bitsandbytes/nn/triton_based_modules.py", line 8, in <module> from bitsandbytes.triton.dequantize_rowwise import dequantize_rowwise File "/usr/local/lib/python3.10/site-packages/bitsandbytes/triton/dequantize_rowwise.py", line 12, in <module> from triton.ops.matmul_perf_model import early_config_prune, estimate_matmul_time ModuleNotFoundError: No module named 'triton.ops'
Container logs:
Fetching error logs...