mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-24 03:49:51 +01:00
Merge pull request #85 from alexlnkp/pr-optimization
commented out onnx import that wasn't used (was there for debugging.)
This commit is contained in:
@@ -31,7 +31,6 @@ from subprocess import Popen
|
||||
gr = lazyload("gradio")
|
||||
SF = lazyload("soundfile")
|
||||
SFWrite = SF.write
|
||||
import onnx
|
||||
from config import Config
|
||||
from fairseq import checkpoint_utils
|
||||
from i18n import I18nAuto
|
||||
@@ -51,7 +50,6 @@ from sklearn.cluster import MiniBatchKMeans
|
||||
|
||||
import time
|
||||
import threading
|
||||
from safetensors.torch import load_file
|
||||
|
||||
from numba import jit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user