Skip to content

Commit d38010c

Browse files
author
Yuan Gong
committed
add a workaround for mac
1 parent bddf0bc commit d38010c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ Whisper-AT can be installed simply by:
9494

9595
pip install whisper-at
9696

97+
For Mac users, there is a known bug, please use the following workaround:
98+
```bash
99+
# install all dependencies except triton, this will break when it tries to install triton
100+
pip install whisper-at
101+
# install whisper-at without any dependency
102+
pip install --no-deps whisper-at
103+
```
104+
97105
Note that following original Whisper, it also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be installed on your system. Please check OpenAI Whisper repo for details.
98106

99107
### Step 2. Use as the Original Whisper

0 commit comments

Comments
 (0)