Anna Vitali
Anna Vitali
Thank you so much it worked, but could you change the error message that appears during the Unsloth import for those who initially have a lower version of the 2.1...
Sorry but even with torch 2.3.0 the problem persists ```python import torch print(torch.__version__) ``` output: `2.3.0+cu121` Error ```python File "/opt/conda/lib/python3.10/site-packages/dgl/__init__.py", line 16, in from . import ( File "/opt/conda/lib/python3.10/site-packages/dgl/dataloading/__init__.py", line...
Have you try to install xformers with --no-deps with this command: `!pip install --no-deps xformers`