Skip to content

Commit

Permalink
removed cuda device
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Oct 8, 2024
1 parent 7b8cacf commit 1711455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mlperf-inference-mixtral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
python-version: [ "3.12" ]
backend: [ "pytorch" ]
device: [ "cpu", "cuda" ]
device: [ "cpu" ]

steps:
- name: Test MLPerf Inference MIXTRAL-8X7B reference implementation
Expand Down

0 comments on commit 1711455

Please sign in to comment.