We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533a5ba commit 9b56a98Copy full SHA for 9b56a98
README.md
@@ -44,6 +44,14 @@ In shell,
44
```
45
pip install whisper-at
46
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
55
Then, in Python,
56
```python3
57
import whisper_at as whisper
0 commit comments