Spaces:
Running
Running
Update README.md
Browse files
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
|
| 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
|