Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/tests/test_kokoro_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_initial_state(kokoro_backend):
assert kokoro_backend._model is None
assert kokoro_backend._pipelines == {} # Now using dict of pipelines
# Device should be set based on settings
assert kokoro_backend.device in ["cuda", "cpu"]
assert kokoro_backend.device in ["cuda", "cpu", "mps"]


@patch("torch.cuda.is_available", return_value=True)
Expand Down