runtime error
Exit code: 1. Reason: /app/app.py:4: 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 "/app/app.py", line 4, in <module> from unsloth import FastLanguageModel File "/usr/local/lib/python3.10/site-packages/unsloth/__init__.py", line 88, in <module> DEVICE_TYPE : str = get_device_type() File "/usr/local/lib/python3.10/site-packages/unsloth/__init__.py", line 86, in get_device_type raise NotImplementedError("Unsloth currently only works on NVIDIA GPUs and Intel GPUs.") NotImplementedError: Unsloth currently only works on NVIDIA GPUs and Intel GPUs.
Container logs:
Fetching error logs...