Closed Saber120 closed 2 weeks ago
Can you try using Unsloth's new way of installation in Kaggle?
%%capture
!pip install pip3-autoremove
!pip-autoremove torch torchvision torchaudio -y
!pip install torch torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu121
!pip install unsloth
!pip install --upgrade --no-cache-dir git+https://github.com/huggingface/transformers.git git+https://github.com/huggingface/trl.git
I am trying to train a model using the Unsloth library on Kaggle, but I am encountering the following error during the import process:
Here are the steps I have taken in my environment setup:
Can anyone help me troubleshoot this issue? Thank you!