Skip to content

Commit 176d7e4

Browse files
authored
readme : better wording (#1064)
1 parent 70e6fcd commit 176d7e4

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
@@ -313,7 +313,7 @@ For more information about the Core ML implementation please refer to PR [#566](
313313
314314
## NVIDIA GPU support via cuBLAS
315315
316-
With NVIDIA cards, the Encoder processing can be offloaded to the GPU to a large extend through cuBLAS.
316+
With NVIDIA cards the Encoder processing can to a large extent be offloaded to the GPU through cuBLAS.
317317
First, make sure you have installed `cuda`: https://developer.nvidia.com/cuda-downloads
318318
319319
Now build `whisper.cpp` with cuBLAS support:
@@ -325,7 +325,7 @@ WHISPER_CUBLAS=1 make -j
325325
326326
## OpenCL GPU support via CLBlast
327327
328-
For cards and integrated GPUs that support OpenCL, the Encoder processing can be largely offloaded to the GPU through CLBlast. This is especially useful for users with AMD APU's or low end devices for up to ~2x speedup.
328+
For cards and integrated GPUs that support OpenCL, the Encoder processing can be largely offloaded to the GPU through CLBlast. This is especially useful for users with AMD APUs or low end devices for up to ~2x speedup.
329329
330330
First, make sure you have installed `CLBlast` for your OS or Distribution: https://github.com/CNugteren/CLBlast
331331

0 commit comments

Comments
 (0)