Closed BlackSamorez closed 1 year ago
The latest transformers require accelerate>=0.20.3. accelerate==0.15.0 is used here for testing purposes. It needs to be updated. edit: latest transformers also changed LLaMA modeling so this is now a LLaMA-2 PR.
transformers
accelerate>=0.20.3
accelerate==0.15.0
LLaMA
LLaMA-2
I also freezed peft==0.3.0 version for consistency.
peft==0.3.0
The latest
transformers
requireaccelerate>=0.20.3
.accelerate==0.15.0
is used here for testing purposes. It needs to be updated. edit: latesttransformers
also changedLLaMA
modeling so this is now aLLaMA-2
PR.