Larry Battle commited on
Commit
2aebdfc
·
unverified ·
1 Parent(s): 465bc94

readme : corrected syntax for markdown link (#995)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
21
  - Runs on the CPU
22
  - [Partial GPU support for NVIDIA via cuBLAS](https://github.com/ggerganov/whisper.cpp#nvidia-gpu-support-via-cublas)
23
  - [Partial OpenCL GPU support via CLBlast](https://github.com/ggerganov/whisper.cpp#opencl-gpu-support-via-clblast)
24
- - [BLAS CPU support via OpenBLAS]((https://github.com/ggerganov/whisper.cpp#blas-cpu-support-via-openblas)
25
  - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
26
 
27
  Supported platforms:
 
21
  - Runs on the CPU
22
  - [Partial GPU support for NVIDIA via cuBLAS](https://github.com/ggerganov/whisper.cpp#nvidia-gpu-support-via-cublas)
23
  - [Partial OpenCL GPU support via CLBlast](https://github.com/ggerganov/whisper.cpp#opencl-gpu-support-via-clblast)
24
+ - [BLAS CPU support via OpenBLAS](https://github.com/ggerganov/whisper.cpp#blas-cpu-support-via-openblas)
25
  - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
26
 
27
  Supported platforms: