runtime error
Exit code: 1. Reason: /home/user/app/training_utils.py:1: 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 unsloth import FastLanguageModel Traceback (most recent call last): File "/home/user/app/ui.py", line 5, in <module> from training_utils import finetune_model File "/home/user/app/training_utils.py", line 1, in <module> from unsloth import FastLanguageModel File "/usr/local/lib/python3.10/site-packages/unsloth/__init__.py", line 93, in <module> raise NotImplementedError("Unsloth: No NVIDIA GPU found? Unsloth currently only supports GPUs!") NotImplementedError: Unsloth: No NVIDIA GPU found? Unsloth currently only supports GPUs!
Container logs:
Fetching error logs...