File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- name : Run RVC-Models-Downloader
17
17
run : |
18
- wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.3 /rvcmd_linux_amd64.deb
18
+ wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.5 /rvcmd_linux_amd64.deb
19
19
sudo apt -y install ./rvcmd_linux_amd64.deb
20
20
rm -f ./rvcmd_linux_amd64.deb
21
21
rvcmd -notrs -w 1 -notui assets/all
Original file line number Diff line number Diff line change 18
18
- name : Install dependencies
19
19
run : |
20
20
sudo apt update
21
- wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.3 /rvcmd_linux_amd64.deb
21
+ wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.5 /rvcmd_linux_amd64.deb
22
22
sudo apt -y install ./rvcmd_linux_amd64.deb
23
23
python -m pip install --upgrade pip
24
24
python -m pip install --upgrade setuptools
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def download_dns_yaml(url: str, folder: str):
170
170
logger .info (f"downloaded into { folder } " )
171
171
172
172
173
- def download_all_assets (tmpdir : str , version = "0.2.3 " ):
173
+ def download_all_assets (tmpdir : str , version = "0.2.5 " ):
174
174
import subprocess
175
175
import platform
176
176
@@ -209,13 +209,13 @@ def download_all_assets(tmpdir: str, version="0.2.3"):
209
209
except Exception :
210
210
BASE_URL = "https://raw.gitcode.com/u011570312/RVC-Models-Downloader/assets/"
211
211
suffix = {
212
- "darwin_amd64" : "460 " ,
213
- "darwin_arm64" : "461 " ,
214
- "linux_386" : "462 " ,
215
- "linux_amd64" : "463 " ,
216
- "linux_arm64" : "464 " ,
217
- "windows_386" : "465 " ,
218
- "windows_amd64" : "466 " ,
212
+ "darwin_amd64" : "555 " ,
213
+ "darwin_arm64" : "556 " ,
214
+ "linux_386" : "557 " ,
215
+ "linux_amd64" : "558 " ,
216
+ "linux_arm64" : "559 " ,
217
+ "windows_386" : "562 " ,
218
+ "windows_amd64" : "563 " ,
219
219
}[f"{ system_type } _{ architecture } " ]
220
220
RVCMD_URL = BASE_URL + suffix
221
221
download_dns_yaml (
@@ -236,6 +236,6 @@ def download_all_assets(tmpdir: str, version="0.2.3"):
236
236
"0" ,
237
237
"-dns" ,
238
238
os .path .join (tmpdir , "dns.yaml" ),
239
- "assets/all " ,
239
+ "assets/rvc " ,
240
240
]
241
241
)
You can’t perform that action at this time.
0 commit comments