mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 09:10:25 +08:00
feat(rvcmd): update version to v0.2.5
This commit is contained in:
2
.github/workflows/checksum.yml
vendored
2
.github/workflows/checksum.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/unitest.yml
vendored
2
.github/workflows/unitest.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user