diff --git a/.github/workflows/checksum.yml b/.github/workflows/checksum.yml index bed4cae..d918183 100644 --- a/.github/workflows/checksum.yml +++ b/.github/workflows/checksum.yml @@ -15,7 +15,7 @@ jobs: - name: Run RVC-Models-Downloader run: | - wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.2/rvcmd_linux_amd64.deb + wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.3/rvcmd_linux_amd64.deb sudo apt -y install ./rvcmd_linux_amd64.deb rm -f ./rvcmd_linux_amd64.deb rvcmd -notrs -w 1 -notui assets/all diff --git a/.github/workflows/unitest.yml b/.github/workflows/unitest.yml index c5a7d80..5517d8a 100644 --- a/.github/workflows/unitest.yml +++ b/.github/workflows/unitest.yml @@ -19,7 +19,7 @@ jobs: run: | sudo apt update sudo apt -y install ffmpeg - wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.2/rvcmd_linux_amd64.deb + wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.3/rvcmd_linux_amd64.deb sudo apt -y install ./rvcmd_linux_amd64.deb python -m pip install --upgrade pip python -m pip install --upgrade setuptools diff --git a/infer/lib/rvcmd.py b/infer/lib/rvcmd.py index fe69274..6edf8b1 100644 --- a/infer/lib/rvcmd.py +++ b/infer/lib/rvcmd.py @@ -170,7 +170,7 @@ def download_dns_yaml(url: str, folder: str): logger.info(f"downloaded into {folder}") -def download_all_assets(tmpdir: str, version="0.2.2"): +def download_all_assets(tmpdir: str, version="0.2.3"): import subprocess import platform diff --git a/tools/ipynb/v1.ipynb b/tools/ipynb/v1.ipynb index b9e64dd..598fe4e 100644 --- a/tools/ipynb/v1.ipynb +++ b/tools/ipynb/v1.ipynb @@ -94,7 +94,7 @@ "outputs": [], "source": [ "# @title 下载安装 RVC-Models-Downloader\n", - "!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.2/rvcmd_linux_amd64.deb\n", + "!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.3/rvcmd_linux_amd64.deb\n", "!apt install ./rvcmd_linux_amd64.deb" ] }, diff --git a/tools/ipynb/v2.ipynb b/tools/ipynb/v2.ipynb index e1464a8..5c4f68a 100644 --- a/tools/ipynb/v2.ipynb +++ b/tools/ipynb/v2.ipynb @@ -94,7 +94,7 @@ "outputs": [], "source": [ "# @title 下载安装 RVC-Models-Downloader\n", - "!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.2/rvcmd_linux_amd64.deb\n", + "!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.3/rvcmd_linux_amd64.deb\n", "!apt install ./rvcmd_linux_amd64.deb" ] },