Skip to content

Commit ed5fc2b

Browse files
authored
Update README.md
1 parent 17fd961 commit ed5fc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ conda env create -f environment.yml -n mdx-submit
2626
conda activate mdx-submit
2727
pip install -r requirements.txt
2828
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
3030
unzip onnx_B
3131
```
3232

@@ -39,7 +39,7 @@ conda env create -f environment.yml -n mdx-submit
3939
conda activate mdx-submit
4040
pip install -r requirements.txt
4141
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
4343
Expand-Archive onnx_B.zip -DestinationPath .
4444
```
4545

0 commit comments

Comments
 (0)