Skip to content

Commit 276c2a6

Browse files
authored
Merge pull request #4 from KimberleyJensen/master
Use Demucs 2.0.3
2 parents 9d635a7 + 4cb006e commit 276c2a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

postBuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2-
pip install aicrowd_api coloredlogs numpy loguru boto3 openunmix musdb SoundFile scipy norbert demucs
2+
pip install aicrowd_api coloredlogs numpy loguru boto3 openunmix musdb SoundFile scipy norbert
33
pip install asteroid>=0.5.0
4-
python download_demucs.py
4+
pip install demucs==2.0.3
5+
python download_demucs.py

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ SoundFile
99
scipy
1010
norbert
1111
asteroid>=0.5.0
12-
demucs
12+
demucs==2.0.3

0 commit comments

Comments
 (0)