From 791220fd04dbacaa493f7dcadfd7cd6271383c3e Mon Sep 17 00:00:00 2001 From: Jose <34888496+Jerry-Master@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:44:22 +0200 Subject: [PATCH] Added extra clarification. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8da668d..1390f58 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ pip install . ``` Be aware that DeepSpeed is disabled on Apple Silicon since it does not work. The flag `--use_deepspeed` is ignored. +You may need to prepend `PYTORCH_ENABLE_MPS_FALLBACK=1` to the commands below to make them work since MPS does not support all the operations in Pytorch. ### do_tts.py