Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ws-choi authored May 2, 2022
1 parent 17fd961 commit ed5fc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ conda env create -f environment.yml -n mdx-submit
conda activate mdx-submit
pip install -r requirements.txt
python download_demucs.py
wget https://zenodo.org/record/5717356/files/onnx_B.zip
wget https://zenodo.org/record/6513062/files/onnx_B.zip
unzip onnx_B
```

Expand All @@ -39,7 +39,7 @@ conda env create -f environment.yml -n mdx-submit
conda activate mdx-submit
pip install -r requirements.txt
python download_demucs.py
Invoke-WebRequest -Uri https://zenodo.org/record/5717356/files/onnx_B.zip -OutFile onnx_B.zip
Invoke-WebRequest -Uri https://zenodo.org/record/6513062/files/onnx_B.zip -OutFile onnx_B.zip
Expand-Archive onnx_B.zip -DestinationPath .
```

Expand Down

0 comments on commit ed5fc2b

Please sign in to comment.