diff --git a/Makefile b/Makefile index bc93d47c52..c6ddf88711 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ slow_tests_fsdp: test_installs slow_tests_trl: test_installs python -m pip install trl==0.9.6 - python -m pip install peft==0.12.0 + python -m pip install peft==0.15.0 python -m pytest tests/test_trl.py -v -s -k "test_calculate_loss" slow_tests_object_segmentation: test_installs