Closed daegonYu closed 2 weeks ago
The same error occurred not only with the command pip install "unsloth[cu124-torch250] @ git+https://github.com/unslothai/unsloth.git" but also with the installation command pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git".
I solved it with the installation command below. It was hard to get out of that error without downloading unsloth_zoo first.
conda create --name unsloth_env \
python=3.10 \
pytorch-cuda=12.1 \
pytorch cudatoolkit xformers -c pytorch -c nvidia -c xformers \
-y
conda activate unsloth_env
# First, download unsloth_zoo
pip install "unsloth_zoo @ git+https://github.com/unslothai/unsloth-zoo.git"
pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
Since I have cuda 12.4 version, I downloaded torch 2.5.1 version that matches it. And I ran the command below as instructed, but I was able to find the error log
error log