Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,10 +4,11 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
|
|
| 4 |
|
| 5 |
- Plain C/C++ implementation without dependencies
|
| 6 |
- ARM_NEON and AVX intrinsics support
|
| 7 |
-
- Mixed F16 / F32
|
| 8 |
- Low memory usage (Flash Attention + Flash Forward)
|
| 9 |
- Zero memory allocations at runtime
|
| 10 |
-
- Runs on the CPU (Mac and Linux
|
|
|
|
| 11 |
|
| 12 |
## Usage
|
| 13 |
|
|
|
|
| 4 |
|
| 5 |
- Plain C/C++ implementation without dependencies
|
| 6 |
- ARM_NEON and AVX intrinsics support
|
| 7 |
+
- Mixed F16 / F32 precision
|
| 8 |
- Low memory usage (Flash Attention + Flash Forward)
|
| 9 |
- Zero memory allocations at runtime
|
| 10 |
+
- Runs on the CPU (Mac and Linux)
|
| 11 |
+
- Runs on a Raspberry Pi [#7](https://github.com/ggerganov/whisper.cpp/issues/7)
|
| 12 |
|
| 13 |
## Usage
|
| 14 |
|