mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
Turn off onnx warning
This commit is contained in:
parent
118371fd3a
commit
f63f22a3ad
@ -4,8 +4,10 @@ import librosa
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
import soundfile as sf
|
||||
import logging
|
||||
from transformers import logging as tf_logging
|
||||
tf_logging.set_verbosity_error()
|
||||
|
||||
import logging
|
||||
logging.getLogger("numba").setLevel(logging.WARNING)
|
||||
|
||||
from transformers import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user