diff --git a/.github/workflows/slow-tests.yml b/.github/workflows/slow-tests.yml index cdfb6e43ae..7bb7001deb 100644 --- a/.github/workflows/slow-tests.yml +++ b/.github/workflows/slow-tests.yml @@ -76,13 +76,13 @@ jobs: pip install -e ".[test]" --no-deps pip install pytest-reportlog parameterized - - name: Run slow SFT tests on single GPU + - name: Run slow SFT tests on Multi GPU if: always() run: | source activate trl make slow_sft_tests - - name: Run slow DPO tests on single GPU + - name: Run slow DPO tests on Multi GPU if: always() run: | source activate trl