Matt Wright
Results
1
comments of
Matt Wright
If you change the requirements.txt to reference the latest version of trl this will work fine. ``` git+https://github.com/huggingface/transformers.git accelerate==0.27.1 datasets>=2.16.1 bitsandbytes==0.41.3 peft==0.8.2 git+https://github.com/huggingface/trl.git wandb==0.16.3 huggingface_hub==0.20.3 ``` That should do it....