1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 20:10:44 +08:00

chore(format): run black on dev

This commit is contained in:
github-actions[bot]
2026-04-18 11:04:30 +00:00
parent f9ae0b5d32
commit d56c03eb74
3 changed files with 11 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ try:
except Exception:
pass
finally:
if not ('GradScaler' in globals() and 'autocast' in globals()):
if not ("GradScaler" in globals() and "autocast" in globals()):
from torch.amp.grad_scaler import GradScaler
from torch.amp.autocast_mode import autocast