Skip to content

Commit

Permalink
Fix EMNIST action when MPS is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed Oct 23, 2024
1 parent c7e1740 commit dc24d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-emnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Download EMNIST dataset
run: python examples/emnist/download.py
- name: Train a model on EMNIST dataset
run: python examples/emnist/main.py --epochs 1
run: python examples/emnist/main.py --epochs 1 --no-gpu

0 comments on commit dc24d94

Please sign in to comment.