ggerganov commited on
Commit
4441744
·
unverified ·
1 Parent(s): 6fde73c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 support
8
  - Low memory usage (Flash Attention + Flash Forward)
9
  - Zero memory allocations at runtime
10
- - Runs on the CPU (Mac and Linux support)
 
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