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

chore: update rvcmd to v0.2.3

This commit is contained in:
源文雨
2024-05-06 21:13:08 +09:00
parent 6d4674853c
commit b4ab2f7a36

View File

@@ -211,13 +211,13 @@ def download_all_assets(tmpdir: str, version="0.2.3"):
except Exception:
BASE_URL = "https://raw.gitcode.com/u011570312/RVC-Models-Downloader/assets/"
suffix = {
"darwin_amd64": "421",
"darwin_arm64": "422",
"linux_386": "423",
"linux_amd64": "424",
"linux_arm64": "425",
"windows_386": "426",
"windows_amd64": "427",
"darwin_amd64": "460",
"darwin_arm64": "461",
"linux_386": "462",
"linux_amd64": "463",
"linux_arm64": "464",
"windows_386": "465",
"windows_amd64":"466",
}[f"{system_type}_{architecture}"]
RVCMD_URL = BASE_URL + suffix
download_dns_yaml(