From 96e9aa3e84d1899d23a828d3232253ef371588c4 Mon Sep 17 00:00:00 2001 From: Moussallam Date: Fri, 30 Apr 2021 11:53:11 +0200 Subject: [PATCH] Warn M1 Chip issues --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1b15e3..1bd983c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ 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) + You should get two separated audio files (`vocals.wav` and `accompaniment.wav`) in the `output/audio_example` folder. For a detailed documentation, please check the [repository wiki](https://github.com/deezer/spleeter/wiki/1.-Installation)