We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e46af commit 0a09a49Copy full SHA for 0a09a49
README.md
@@ -89,6 +89,14 @@ You can install the latest dev version from GitHub:
89
```shell
90
pip install git+https://github.com/abdeladim-s/pywhispercpp
91
```
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
+```
100
### CoreML support
101
102
Thanks to [@tangm](https://github.com/tangm), using CoreML is now supported:
0 commit comments