Merge branch 'main' of https://github.com/RVC-Boss/GPT-SoVITS into rebuild-and-optimize

This commit is contained in:
chasonjiang 2024-03-10 14:05:48 +08:00
commit 2155091950
3 changed files with 3 additions and 1 deletions

0
tools/__init__.py Normal file
View File

2
tools/uvr5/uvr5_weights/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -1,6 +1,6 @@
import os,shutil,sys,pdb,re
now_dir = os.getcwd()
sys.path.append(now_dir)
sys.path.insert(0, now_dir)
import json,yaml,warnings,torch
import platform
import psutil