Skip to content

Commit 26cc996

Browse files
committed
Updated conda and docker instructions in README
1 parent b17f4ed commit 26cc996

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,20 @@ The primary stem typically contains the instrumental part of the audio, while th
2525
💬 If successfully configured, you should see this log message when running audio-separator:
2626
`ONNXruntime has CUDAExecutionProvider available, enabling acceleration`
2727

28-
Conda: `conda install pytorch=*=*cuda* onnxruntime=*=*cuda* ffmpeg audio-separator -c beveradb -c conda-forge`
28+
Conda: `conda install pytorch=*=*cuda* onnxruntime=*=*cuda* audio-separator -c beveradb -c pytorch -c conda-forge --override-channels`
2929

3030
Pip: `pip install "audio-separator[gpu]"`
3131

32+
Docker: `beveradb/audio-separator:gpu`
33+
3234
### 🐢 No hardware acceleration, CPU only:
3335

34-
Conda: `conda install -c beveradb -c conda-forge audio-separator`
36+
Conda: `conda install audio-separator -c beveradb -c pytorch -c conda-forge --override-channels`
3537

3638
Pip: `pip install "audio-separator[cpu]"`
3739

40+
Docker: `beveradb/audio-separator`
41+
3842
###  Apple Silicon, macOS Sonoma+ with CoreML acceleration
3943

4044
💬 If successfully configured, you should see this log message when running audio-separator:
@@ -52,7 +56,7 @@ This should be easy to install on most platforms, e.g.:
5256
 macOS:`brew update; brew install ffmpeg`
5357

5458

55-
## GPU / CUDA specific installation steps
59+
## GPU / CUDA specific installation steps with Pip
5660

5761
In theory, all you should need to do to get `audio-separator` working with a GPU is install it with the `[gpu]` extra as above.
5862

0 commit comments

Comments
 (0)