#Qwen 2.5 Vl 7B Instruct

2 messages · Page 1 of 1 (latest)

restive sky
harsh wadi
#

temporarily run the notebook , while replacing the install cell with

%%capture
import os
if "COLAB_" not in "".join(os.environ.keys()):
    !pip install unsloth
else:
    # Do this only in Colab notebooks! Otherwise use pip install unsloth
    !pip install --no-deps bitsandbytes accelerate xformers==0.0.29.post3 peft trl triton cut_cross_entropy git+https://github.com/unslothai/unsloth-zoo.git
    !pip install sentencepiece protobuf "datasets>=3.4.1" huggingface_hub hf_transfer
    !pip install --no-deps git+https://github.com/unslothai/unsloth.git

The issue is that pypi repo (the source for pip install ) is not yet updated to hold all current fixes.