Merge pull request #718 from deezer/metal_readme

Pointing warning to new Mac M1 fix with TF metal.
This commit is contained in:
Moussallam
2022-02-11 18:55:18 +01:00
committed by GitHub
13 changed files with 471 additions and 374 deletions

View File

@@ -58,7 +58,7 @@ spleeter separate -p spleeter:2stems -o output audio_example.mp3
> :warning: Note that we no longer recommend using `conda` for installing spleeter. > :warning: Note that we no longer recommend using `conda` for installing spleeter.
> ⚠️ There are known issues with Apple M1 chips, mostly due to TensorFlow compatibility. Until these are fixed, you can use [this workaround](https://github.com/deezer/spleeter/issues/607#issuecomment-828352392) > ⚠️ There are known issues with Apple M1 chips, mostly due to TensorFlow compatibility. Until these are fixed, you can use [this workaround](https://github.com/deezer/spleeter/issues/607#issuecomment-1021669444).
You should get two separated audio files (`vocals.wav` and `accompaniment.wav`) in the `output/audio_example` folder. You should get two separated audio files (`vocals.wav` and `accompaniment.wav`) in the `output/audio_example` folder.

777
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@ packages = [ { include = "spleeter" } ]
include = ["LICENSE", "spleeter/resources/*.json"] include = ["LICENSE", "spleeter/resources/*.json"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.6.1,<3.10" python = ">=3.6.2,<3.10"
ffmpeg-python = "0.2.0" ffmpeg-python = "0.2.0"
norbert = "0.2.1" norbert = "0.2.1"
httpx = {extras = ["http2"], version = "^0.19.0"} httpx = {extras = ["http2"], version = "^0.19.0"}
@@ -62,7 +62,7 @@ llvmlite = "^0.36.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^6.2.1" pytest = "^6.2.1"
isort = "^5.7.0" isort = "^5.7.0"
black = "^20.8b1" black = "^21.7b"
mypy = "^0.790" mypy = "^0.790"
pytest-forked = "^1.3.0" pytest-forked = "^1.3.0"
musdb = "0.3.1" musdb = "0.3.1"