cognitivetech
cognitivetech
RRunPod
Created by cognitivetech on 3/20/2024 in #⛅|pods
how to get kernel 5.5.0?
then no complaint about old kernel
6 replies
RRunPod
Created by cognitivetech on 3/20/2024 in #⛅|pods
how to get kernel 5.5.0?
the answer is use earlier version of torch
!pip install "unsloth[cu118-ampere] @ git+https://github.com/unslothai/unsloth.git"
!pip install torch==2.1.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 --force-reinstall --no-cache-dir
!pip install torchvision torchaudio
!pip install --no-deps packaging ninja einops flash-attn xformers trl peft accelerate bitsandbytes
!pip install "fsspec[http]>=2023.1.0,<=2024.2.0" --force-reinstall --no-cache-dir
!pip install "unsloth[cu118-ampere] @ git+https://github.com/unslothai/unsloth.git"
!pip install torch==2.1.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 --force-reinstall --no-cache-dir
!pip install torchvision torchaudio
!pip install --no-deps packaging ninja einops flash-attn xformers trl peft accelerate bitsandbytes
!pip install "fsspec[http]>=2023.1.0,<=2024.2.0" --force-reinstall --no-cache-dir
6 replies