used the below to resolve
Install Pytorch & other libraries
!pip install “torch==2.1.2” tensorboard
Install Hugging Face libraries
!pip install --upgrade
“transformers4.38.2”
“datasets2.16.1”
“accelerate0.26.1”
“evaluate0.4.1”
“bitsandbytes0.42.0”
“trl0.7.11”
“peft==0.8.2”