mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
Update README.md
This commit is contained in:
parent
f888c2373d
commit
4352a6018b
@ -6,10 +6,11 @@ C/C++ port of [OpenAI's Whisper](https://github.com/openai/whisper) speech-to-te
|
|||||||
- ARM_NEON and AVX intrinsics support
|
- ARM_NEON and AVX intrinsics support
|
||||||
- Mixed F16 / F32 support
|
- Mixed F16 / F32 support
|
||||||
- Low memory usage (Flash Attention + Flash Forward)
|
- Low memory usage (Flash Attention + Flash Forward)
|
||||||
|
- Zero memory allocations at runtime
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To build the main program, run `make`. You can then transribe a `.wav` file like this:
|
To build the main program, run `make`. You can then transcribe a `.wav` file like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./main -f input.wav
|
$ ./main -f input.wav
|
||||||
|
Loading…
Reference in New Issue
Block a user