runtime error

Exit code: 1. Reason: [notice] A new release of pip is available: 26.1.2 -> 26.2.1 [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 4, in <module> from unsloth import FastVisionModel File "/usr/local/lib/python3.12/site-packages/unsloth/__init__.py", line 1527, in <module> from ._gpu_init import * File "/usr/local/lib/python3.12/site-packages/unsloth/_gpu_init.py", line 155, in <module> import unsloth_zoo File "/usr/local/lib/python3.12/site-packages/unsloth_zoo/__init__.py", line 370, in <module> from .device_type import ( File "/usr/local/lib/python3.12/site-packages/unsloth_zoo/device_type.py", line 384, in <module> DEVICE_TYPE : str = get_device_type() ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/unsloth_zoo/device_type.py", line 369, 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...