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

feat(rvcmd): update version to v0.2.5

This commit is contained in:
源文雨
2024-06-17 21:31:51 +09:00
parent 839c60e56d
commit e4138bf1e8
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.5/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
rvcmd -notrs -w 1 -notui assets/rvc
- name: Calculate all Checksums
run: go run tools/checksum/*.go

View File

@@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade wheel
pip install torch torchvision torchaudio
pip install -r requirements/main.txt
rvcmd -notrs -w 1 -notui assets/all
rvcmd -notrs -w 1 -notui assets/rvc
- name: Test step 1 & 2
run: |
mkdir -p logs/mi-test

View File

@@ -205,7 +205,7 @@ def download_all_assets(tmpdir: str, version="0.2.5"):
else:
download_and_extract_tar_gz(RVCMD_URL, tmpdir)
os.chmod(cmdfile, 0o755)
subprocess.run([cmdfile, "-notui", "-w", "0", "assets/all"])
subprocess.run([cmdfile, "-notui", "-w", "0", "assets/rvc"])
except Exception:
BASE_URL = "https://raw.gitcode.com/u011570312/RVC-Models-Downloader/assets/"
suffix = {