Skip to content

Commit 732cf87

Browse files
committed
Added note to go bindings Readme to build using cuda support
1 parent 23c70a0 commit 732cf87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bindings/go/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ This will compile a static `libwhisper.a` in a `build` folder, download a model
6262
make examples
6363
```
6464

65+
To build using cuda support add `GGML_CUDA=1`:
66+
67+
```bash
68+
GGML_CUDA=1 make examples
69+
```
70+
6571
The examples are placed in the `build` directory. Once built, you can download all the models with the following command:
6672

6773
```bash

0 commit comments

Comments
 (0)