runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/unsloth/__init__.py:144: UserWarning: WARNING: Unsloth should be imported before [transformers] to ensure all optimizations are applied. Your code may run slower or encounter memory issues without these optimizations. Please restructure your imports with 'import unsloth' at the top of your file. from ._gpu_init import * Traceback (most recent call last): File "/app/app.py", line 8, in <module> from unsloth import FastLanguageModel File "/usr/local/lib/python3.13/site-packages/unsloth/__init__.py", line 144, in <module> from ._gpu_init import * File "/usr/local/lib/python3.13/site-packages/unsloth/_gpu_init.py", line 105, in <module> import unsloth_zoo File "/usr/local/lib/python3.13/site-packages/unsloth_zoo/__init__.py", line 327, in <module> from .device_type import ( ...<6 lines>... ) File "/usr/local/lib/python3.13/site-packages/unsloth_zoo/device_type.py", line 251, in <module> DEVICE_TYPE : str = get_device_type() ~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/unsloth_zoo/device_type.py", line 236, 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...