ggerganov commited on
Commit
bf023d1
·
unverified ·
1 Parent(s): dd296e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,10 +6,11 @@ C/C++ port of [OpenAI's Whisper](https://github.com/openai/whisper) speech-to-te
6
  - ARM_NEON and AVX intrinsics support
7
  - Mixed F16 / F32 support
8
  - Low memory usage (Flash Attention + Flash Forward)
 
9
 
10
  ## Usage
11
 
12
- To build the main program, run `make`. You can then transribe a `.wav` file like this:
13
 
14
  ```bash
15
  $ ./main -f input.wav
 
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
 
11
  ## Usage
12
 
13
+ To build the main program, run `make`. You can then transcribe a `.wav` file like this:
14
 
15
  ```bash
16
  $ ./main -f input.wav