Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
redfr
/
easyGUI
like
1
Follow
RED
7
Model card
Files
Files and versions
Community
dc7d2d8
easyGUI
/
rvc
/
ipex
/
__init__.py
Blane187
Upload 39 files
c3b58fa
verified
7 months ago
raw
Copy download link
history
blame
Safe
230 Bytes
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
pass