runtime error

Exit code: 1. Reason: [notice] A new release of pip is available: 26.1.2 -> 26.2 [notice] To update, run: pip install --upgrade pip /usr/local/lib/python3.12/site-packages/torch/cuda/__init__.py:1061: UserWarning: Can't initialize NVML raw_cnt = _raw_device_count_nvml() Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> from unsloth import FastLanguageModel File "/usr/local/lib/python3.12/site-packages/unsloth/__init__.py", line 1432, in <module> from ._gpu_init import * File "/usr/local/lib/python3.12/site-packages/unsloth/_gpu_init.py", line 141, in <module> import unsloth_zoo File "/usr/local/lib/python3.12/site-packages/unsloth_zoo/__init__.py", line 332, in <module> from .device_type import ( File "/usr/local/lib/python3.12/site-packages/unsloth_zoo/device_type.py", line 250, in <module> DEVICE_TYPE : str = get_device_type() ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/unsloth_zoo/device_type.py", line 235, in get_device_type raise NotImplementedError("Unsloth cannot find any torch accelerator? You need a GPU.") NotImplementedError: Unsloth cannot find any torch accelerator? You need a GPU.

Container logs:

Fetching error logs...