Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
Signed-off-by: Liu, Kaixuan <[email protected]>
  • Loading branch information
kaixuanliu committed Dec 9, 2024
1 parent 1e404bb commit b6a31c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ipex/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


torch.use_deterministic_algorithms(True)
DEVICE = "xpu:0" if IS_XPU_AVAILABLE else None
DEVICE = "xpu:0" if IS_XPU_AVAILABLE else "cpu"


class PipelinesIntegrationTest(unittest.TestCase):
Expand Down

0 comments on commit b6a31c9

Please sign in to comment.