Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Jan 12, 2024
1 parent 07c491a commit 83df91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83df91c

Please sign in to comment.