Skip to content

Commit 6a56b7b

Browse files
committed
Removed GPU requirements file and simplified install instructions for GPU-enabled transcoding
1 parent c8d8be8 commit 6a56b7b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ As such, if you want to use audio-separator with a CUDA-capable Nvidia GPU, you
3030

3131
- `pip uninstall torch onnxruntime`
3232
- `pip cache purge`
33-
- `pip install -r requirements-gpu.txt`
33+
- `pip install torch "optimum[onnxruntime-gpu]"`
3434

3535
This should get you set up to run audio-separator with CUDA acceleration, using the `--use_cuda` argument.
3636

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "audio-separator"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "Easy to use vocal separation on CLI or as a python package, using the amazing MDX-Net models from UVR trained by @Anjok07"
55
authors = ["Andrew Beveridge <[email protected]>"]
66
license = "MIT"

requirements-gpu.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)