Skip to content

Commit fc32775

Browse files
author
Yuan Gong
committed
add install instruction for Windows
1 parent 777b314 commit fc32775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In shell,
4545
pip install whisper-at
4646
```
4747

48-
For Mac users, there is a known bug, please use the following workaround:
48+
For Mac/Windows users, there is a known bug, please use the following workaround:
4949
```bash
5050
# install all dependencies except triton
5151
pip install numba numpy torch tqdm more-itertools tiktoken==0.3.3
@@ -94,7 +94,7 @@ 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:
97+
For Mac/Windows users, there is a known bug, please use the following workaround:
9898
```bash
9999
# install all dependencies except triton
100100
pip install numba numpy torch tqdm more-itertools tiktoken==0.3.3

0 commit comments

Comments
 (0)