Skip to content

Commit 0a09a49

Browse files
committed
update readme, gpu support #28
1 parent 94e46af commit 0a09a49

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
@@ -89,6 +89,14 @@ You can install the latest dev version from GitHub:
8989
```shell
9090
pip install git+https://github.com/abdeladim-s/pywhispercpp
9191
```
92+
93+
### NVIDIA GPU support
94+
1. Make sure you have `cuda` installed.
95+
2. Install the package with CUDA support:
96+
97+
```shell
98+
GGML_CUDA=1 pip install git+https://github.com/abdeladim-s/pywhispercpp
99+
```
92100
### CoreML support
93101

94102
Thanks to [@tangm](https://github.com/tangm), using CoreML is now supported:

0 commit comments

Comments
 (0)