ggerganov commited on
Commit
ae51c50
·
unverified ·
1 Parent(s): 7efcda7

readme : fix link (#2394)

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
  - Support for CPU-only inference
22
  - [Efficient GPU support for NVIDIA](https://github.com/ggerganov/whisper.cpp#nvidia-gpu-support-via-cublas)
23
  - [OpenVINO Support](https://github.com/ggerganov/whisper.cpp#openvino-support)
24
- - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
25
 
26
  Supported platforms:
27
 
 
21
  - Support for CPU-only inference
22
  - [Efficient GPU support for NVIDIA](https://github.com/ggerganov/whisper.cpp#nvidia-gpu-support-via-cublas)
23
  - [OpenVINO Support](https://github.com/ggerganov/whisper.cpp#openvino-support)
24
+ - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/include/whisper.h)
25
 
26
  Supported platforms:
27