Skip to content

Commit 9b56a98

Browse files
author
Yuan Gong
committed
add a workaround for mac
1 parent 533a5ba commit 9b56a98

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
@@ -44,6 +44,14 @@ In shell,
4444
```
4545
pip install whisper-at
4646
```
47+
48+
For Mac users, there is a known bug, please use the following workaround:
49+
```
50+
# install all dependencies except triton, this will break when it tries to install triton
51+
pip install --no-deps whisper-at
52+
# install whisper-at without any dependency
53+
pip install whisper-at
54+
```
4755
Then, in Python,
4856
```python3
4957
import whisper_at as whisper

0 commit comments

Comments
 (0)