From fb7039b1a409b8cf5ee53cae6f573a475139bd33 Mon Sep 17 00:00:00 2001 From: Dorian Desblancs Date: Tue, 25 Jan 2022 23:32:41 +0100 Subject: [PATCH] Pointing warning to new Mac M1 fix with TF metal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74923bf1..ef9e09cc 100644 --- a/README.md +++ b/README.md @@ -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. -> ⚠️ 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.