From b4ab2f7a36d69c4357966ab9b112cf65301b6357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 6 May 2024 21:13:08 +0900 Subject: [PATCH] chore: update rvcmd to v0.2.3 --- infer/lib/rvcmd.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infer/lib/rvcmd.py b/infer/lib/rvcmd.py index 6edf8b1..049b09b 100644 --- a/infer/lib/rvcmd.py +++ b/infer/lib/rvcmd.py @@ -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(