ggerganov commited on
Commit
e079132
·
unverified ·
1 Parent(s): 59d106a

readme : fix link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ Stable: [v1.2.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.2.1) /
9
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
10
 
11
  - Plain C/C++ implementation without dependencies
12
- - Apple silicon first-class citizen - optimized via ARM NEON, Accelerate framework and [Core ML](https://github.com/ggerganov/whisper.cpp/edit/master/README.md#core-ml-support)
13
  - AVX intrinsics support for x86 architectures
14
  - VSX intrinsics support for POWER architectures
15
  - Mixed F16 / F32 precision
 
9
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
10
 
11
  - Plain C/C++ implementation without dependencies
12
+ - Apple silicon first-class citizen - optimized via ARM NEON, Accelerate framework and [Core ML](https://github.com/ggerganov/whisper.cpp#core-ml-support)
13
  - AVX intrinsics support for x86 architectures
14
  - VSX intrinsics support for POWER architectures
15
  - Mixed F16 / F32 precision