Commit History

main : add <cstring> header
073aa7f
unverified

ggerganov HF Staff commited on

main : fix typo in JSON output (#648)
c6adc54
unverified

egorFiNE commited on

whisper : add initial_prompt param (#645)
81dab6f
unverified

jhenhong commited on

main : provide option for creating JSON output (#615)
3381725
unverified

tuxpoldo ggerganov HF Staff commited on

qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569)
adb49fb
unverified

venkr commited on

whisper : add whisper_state + default state on the whisper_context (#523)
fa946a3
unverified

sandrohanea Sandro Hanea ggerganov HF Staff commited on

main : add csv header (#552)
f4877ed
unverified

HY. Kelvin Lee commited on

yt-wsp.sh : print help on empty args
1080ab7
unverified

ggerganov HF Staff commited on

main : fix std in input (#503)
3b6ce25
unverified

conradgodfrey commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov HF Staff commited on

whisper : add "split_on_word" flag when using using "max_len" option (#455)
6b6bdd4
unverified

Matija Pevec commited on

whisper : reduce memory usage during inference (#431)
3aa9e6c
unverified

ggerganov HF Staff commited on

main : CSV format export trimmed spaces fix (#444)
2bea6b4
unverified

Alex Bacart commited on

main : we had accidentally disabled the temperature fallback .. (#291)
0461c67
unverified

ggerganov HF Staff commited on

main : add an option to accept optional output filenames (#424)
7936381
unverified

Chia-Hsiang Cheng garyhsiang commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov HF Staff commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov HF Staff commited on

ci : add emscripten build
2f8e217
unverified

ggerganov HF Staff commited on

main : make whisper_print_segment_callback() more readable (close #371)
02b3e34
unverified

ggerganov HF Staff commited on

minor : close #370 + Makefile build info print change
e78ac30
unverified

ggerganov HF Staff commited on

cmake : update to 3.19 (#351)
37e2420
unverified

Andy Maloney commited on

main : add -ocsv, aka --output-csv to output a CSV file
20ca90d
unverified

NielsMayer commited on

examples : small code cleanups (#322)
e0255d4
unverified

Andy Maloney commited on

cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
7ffa531
unverified

ggerganov HF Staff commited on

minor : resolves some of warnings when compiling with clang/clang++ (#294)
061b71e
unverified

Matheus de Sousa ggerganov HF Staff commited on

whisper : language auto-detect (#59)
dad1114

ggerganov HF Staff commited on

main : add option to print the progress (#276)
068424c
unverified

ggerganov HF Staff commited on

main : add "--prompt" command line argument (#90)
a488eb7
unverified

ggerganov HF Staff commited on

Add newline per segment for text output (#254)
3b047c2
unverified

Lexevolution commited on

whisper : add mechanism for aborting the whisper_full() computation
d311de4

ggerganov HF Staff commited on

main : add stereo-channel-based diarization (#64)
b5e16ed
unverified

ggerganov HF Staff commited on

examples : add "command" tool (#171)
4d3c293
unverified

ggerganov HF Staff commited on

refactoring : more readable code
5ef0168
unverified

ggerganov HF Staff commited on

main : fix dangling pointer when using stdin for input (#65)
2daf96b
unverified

ggerganov HF Staff commited on

main, stream : remove --verbose flag (#178)
8f1a93e
unverified

ggerganov HF Staff commited on

unicode : fix character replacement (thanks to @tamo)
be06a9b
unverified

ggerganov HF Staff commited on

whisper : add option to speed up the audio tempo by x2
bec875e

ggerganov HF Staff commited on

Adds support for stdin wav input
d83eddb

Alan commited on

ref #22 : add "duration" option
097e96a
unverified

ggerganov HF Staff commited on

main : fix generated bash script
2eb4d4a
unverified

ggerganov HF Staff commited on

whisper : token-level timestamp refactoring (#49, #120)
e4f586b
unverified

ggerganov HF Staff commited on

main : add some comments for the word-level timestamp algorithm
ed1850d
unverified

ggerganov HF Staff commited on

main : fix some edge cases for word-level timestamps
082b647
unverified

ggerganov HF Staff commited on

Update README.md
b9db3bf
unverified

ggerganov HF Staff commited on

main : add option for word-leve timestamps (very experimental)
b777dde

ggerganov HF Staff commited on

main : merge parallel example in main
5306f51

ggerganov HF Staff commited on

parallel : working
d5d2d41

ggerganov HF Staff commited on

main : fix sampling time + add max_context parameter
9ed1355

ggerganov HF Staff commited on

Print system info at start of program
c0f40a4
unverified

ggerganov HF Staff commited on

Print system info in main
72754e0

ggerganov HF Staff commited on