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:
committed by
GitHub
parent
c51a73f521
commit
ed8a0c3e34
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user