Skip cuda test

This commit is contained in:
litagin02
2024-03-13 11:54:24 +09:00
parent c37893a76b
commit 8baecb138a

View File

@@ -51,5 +51,6 @@ def test_synthesize_cpu():
synthesize(device="cpu")
def test_synthesize_cuda():
synthesize(device="cuda")
# Windows環境ではtorchのcudaが簡単に入らないため、テストをスキップ
# def test_synthesize_cuda():
# synthesize(device="cuda")