Skip to content

Commit

Permalink
serial benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jul 23, 2024
1 parent 4204230 commit fdad405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_cli_mps_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
pip install -e .[testing,diffusers,timm,peft]
- name: Run tests
run: pytest -s -k "cli and mps and pytorch"
run: |
FORCE_SERIAL=1 pytest -s -k "cli and mps and pytorch"

0 comments on commit fdad405

Please sign in to comment.