Skip to content

Commit

Permalink
Update English index.md (#792)
Browse files Browse the repository at this point in the history
Prevent MacOS clang compile error. Please remember to update other language.
  • Loading branch information
stepbystepcode authored Dec 29, 2024
1 parent 7902e40 commit 74c3cb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ apt install build-essential \
pip3 install -e .[stable]
```

## macos setup
## MacOS setup

If you want to perform inference on MPS, please add the `--device mps` flag.
Please refer to [this PR](https://github.com/fishaudio/fish-speech/pull/461#issuecomment-2284277772) for a comparison of inference speeds.
Expand All @@ -127,6 +127,8 @@ Please refer to [this PR](https://github.com/fishaudio/fish-speech/pull/461#issu
The `compile` option is not officially supported on Apple Silicon devices, so there is no guarantee that inference speed will improve.

```bash
# install dependencies
brew install portaudio
# create a python 3.10 virtual environment, you can also use virtualenv
conda create -n fish-speech python=3.10
conda activate fish-speech
Expand Down

0 comments on commit 74c3cb3

Please sign in to comment.