1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 17:20:25 +08:00

feat(env): split checksum env into sha256.env

This commit is contained in:
源文雨
2024-04-21 22:28:12 +09:00
parent aa3908062f
commit a2e2749a7d
6 changed files with 168 additions and 40 deletions

View File

@@ -4,6 +4,7 @@ from dotenv import load_dotenv
import shutil
load_dotenv()
load_dotenv("sha256.env")
os.environ["OMP_NUM_THREADS"] = "4"
if sys.platform == "darwin":