File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ conda env create -f environment.yml -n mdx-submit
26
26
conda activate mdx-submit
27
27
pip install -r requirements.txt
28
28
python download_demucs.py
29
- wget https://zenodo.org/record/5717356 /files/onnx_B.zip
29
+ wget https://zenodo.org/record/6513062 /files/onnx_B.zip
30
30
unzip onnx_B
31
31
```
32
32
@@ -39,7 +39,7 @@ conda env create -f environment.yml -n mdx-submit
39
39
conda activate mdx-submit
40
40
pip install -r requirements.txt
41
41
python download_demucs.py
42
- Invoke-WebRequest -Uri https://zenodo.org/record/5717356 /files/onnx_B.zip -OutFile onnx_B.zip
42
+ Invoke-WebRequest -Uri https://zenodo.org/record/6513062 /files/onnx_B.zip -OutFile onnx_B.zip
43
43
Expand-Archive onnx_B.zip -DestinationPath .
44
44
```
45
45
You can’t perform that action at this time.
0 commit comments