1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 19:40:44 +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: except Exception:
BASE_URL = "https://raw.gitcode.com/u011570312/RVC-Models-Downloader/assets/" BASE_URL = "https://raw.gitcode.com/u011570312/RVC-Models-Downloader/assets/"
suffix = { suffix = {
"darwin_amd64": "421", "darwin_amd64": "460",
"darwin_arm64": "422", "darwin_arm64": "461",
"linux_386": "423", "linux_386": "462",
"linux_amd64": "424", "linux_amd64": "463",
"linux_arm64": "425", "linux_arm64": "464",
"windows_386": "426", "windows_386": "465",
"windows_amd64": "427", "windows_amd64":"466",
}[f"{system_type}_{architecture}"] }[f"{system_type}_{architecture}"]
RVCMD_URL = BASE_URL + suffix RVCMD_URL = BASE_URL + suffix
download_dns_yaml( download_dns_yaml(