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

chore(format): run black on dev (#55)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-14 22:45:03 +09:00
committed by GitHub
parent c51a73f521
commit ed8a0c3e34
8 changed files with 14 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
try:
import torch
if torch.xpu.is_available():
from .init import ipex_init
ipex_init()
from .gradscaler import gradscaler_init
except Exception: # pylint: disable=broad-exception-caught