runtime error

Exit code: 1. Reason: cal/lib/python3.10/site-packages/unsloth/__init__.py:152: UserWarning: Unsloth: Running `ldconfig /usr/lib64-nvidia` to link CUDA. warnings.warn( /usr/local/lib/python3.10/site-packages/unsloth/__init__.py:186: UserWarning: Unsloth: CUDA is not linked properly. Try running `python -m bitsandbytes` then `python -m xformers.info` We tried running `ldconfig /usr/lib64-nvidia` ourselves, but it didn't work. You need to run in your terminal `sudo ldconfig /usr/lib64-nvidia` yourself, then import Unsloth. Also try `sudo ldconfig /usr/local/cuda-xx.x` - find the latest cuda version. Unsloth will still run for now, but maybe it might crash - let's hope it works! warnings.warn( 🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning. 🦥 Unsloth Zoo will now patch everything to make training faster! Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from unsloth import FastLanguageModel File "/usr/local/lib/python3.10/site-packages/unsloth/__init__.py", line 212, in <module> from .models import * File "/usr/local/lib/python3.10/site-packages/unsloth/models/__init__.py", line 16, in <module> from .granite import FastGraniteModel File "/usr/local/lib/python3.10/site-packages/unsloth/models/granite.py", line 15, in <module> from .llama import * File "/usr/local/lib/python3.10/site-packages/unsloth/models/llama.py", line 36, in <module> from ..kernels import * File "/usr/local/lib/python3.10/site-packages/unsloth/kernels/__init__.py", line 15, in <module> from .cross_entropy_loss import ( File "/usr/local/lib/python3.10/site-packages/unsloth/kernels/cross_entropy_loss.py", line 18, in <module> from .utils import calculate_settings, MAX_FUSED_SIZE, triton_tanh, triton_cast File "/usr/local/lib/python3.10/site-packages/unsloth/kernels/utils.py", line 72, in <module> cdequantize_blockwise_fp32 = bnb.functional.lib.cdequantize_blockwise_fp32 AttributeError: 'NoneType' object has no attribute 'cdequantize_blockwise_fp32'

Container logs:

Fetching error logs...