unsloth
unsloth copied to clipboard
Install is broken with python 3.12 pip and the latest conda
when following instructions starting with a clean new python env from either:
https://docs.unsloth.ai/get-started/installing-+-updating/pip-install or the latest conda and: https://docs.unsloth.ai/get-started/installing-+-updating/conda-install
results in this:
from unsloth import FastLanguageModel WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions
this error/warning appears with python 3.12.9
it does not appear with identical python environment on python 3.11.11
Apologies my bad just fixed!