Merge pull request #242 from eltociear/patch-1

Fix typo in RVC.py
This commit is contained in:
w-okada 2023-05-22 15:24:16 +09:00 committed by GitHub
commit dc0cb3ba9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ class RVC:
# half-precisionの使用可否が変わるときは作り直し # half-precisionの使用可否が変わるときは作り直し
if self.pipeline is not None and self.pipeline.isHalf == half: if self.pipeline is not None and self.pipeline.isHalf == half:
print( print(
"USE EXSISTING PIPELINE", "USE EXISTING PIPELINE",
half, half,
) )
self.pipeline.setDevice(dev) self.pipeline.setDevice(dev)