runtime error
Exit code: 1. Reason: /home/user/app/utils/model.py:26: UserWarning: WARNING: Unsloth should be imported before transformers, peft 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 FastModel Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from utils.model import GemmaFineTuning File "/home/user/app/utils/model.py", line 26, in <module> from unsloth import FastModel 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...