Spaces:
Sleeping
Sleeping
readme : fix link
Browse files
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
|
| 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
|