Commit History

minor : update whisper.js
330c235
unverified

ggerganov commited on

whisper.wasm : update system info print
b37dcf1
unverified

ggerganov commited on

ref #5 : update CMake for Windows build
d2b4741
unverified

ggerganov commited on

minor : fix multiple definitions of to_timestamp()
e81e3e4

ggerganov commited on

parallel : print time of audio boundaries + fix timings
84ba527

ggerganov commited on

ggml : fix barrier
dbbf84f

ggerganov commited on

main : merge parallel example in main
5306f51

ggerganov commited on

parallel : working
d5d2d41

ggerganov commited on

ggml : fix thread-safety of ggml_init and ggml_free
ae956e7

ggerganov commited on

main : fix sampling time + add max_context parameter
9ed1355

ggerganov commited on

parallel : adding tool for parallel transformer inference
cafe46d

ggerganov commited on

Define WHISPER_BUILD so as to export symbols on Windows
0225795

stanimirovb commited on

Update README.md
9230b1b
unverified

ggerganov commited on

Update README.md
cb89806
unverified

ggerganov commited on

Create README.md
6f8ab0e

ggerganov commited on

whisper.nvim : add helper script for the Neovim integration
ec60ee3

ggerganov commited on

stream : few updates to make it compatible for Vim usage (#99)
c5a6b99
unverified

ggerganov commited on

Add OpenBLAS support
bf551c0

ggerganov commited on

Print system info at start of program
c0f40a4
unverified

ggerganov commited on

Fixed compile definitions and link libraries for MSVC
8a29c9d

Mikhail Grigorev commited on

Add helper script to benchmark all models
b1dfc60
unverified

ggerganov commited on

Print system info in main
72754e0

ggerganov commited on

Create README.md
acee614
unverified

ggerganov commited on

Changes to work by default on macOS - use curl when wget is not available, and use an alternative method to get the script path when realpath is not available.
7b2581f

andypayne commited on

Update README.md
626e4b8

ggerganov commited on

Update README.md
5db8087

ggerganov commited on

Update README.md
0c70188

ggerganov commited on

Update README.md
43e9712

ggerganov commited on

Update README.md
fb12dac

ggerganov commited on

Update README.md
7fa6853

ggerganov commited on

ggml : add system info functions
7a4a7a1

ggerganov commited on

refactoring : move main + stream in examples + other stuff
f79068a

ggerganov commited on

main : fix SRT timestamp to use comma "," instead of dot "."
0cdf85e
unverified

ggerganov commited on

Update README.md
ed2182d
unverified

ggerganov commited on

Update README.md
fb37d20

ggerganov commited on

objc : polishing the sample application
681b6fe

ggerganov commited on

Create README.md
f638e82

ggerganov commited on

ios : whisper.objc example
abbf9ee

ggerganov commited on

ref #68, #79 : fix segment time output
abde4e1
unverified

ggerganov commited on

Update README.md
ab748df
unverified

ggerganov commited on

Merge pull request #78 from jokkebk/Specify-utf8-for-vocab.json
4ce1c20
unverified

ggerganov commited on

Add enconding parameter to vocab.json opening to fix errors
bf50d62

Joonas Pihlajamaa commited on

Update README.md
c95477e
unverified

ggerganov commited on

Update README.md
c2bd4a8
unverified

ggerganov commited on

Update README.md
20669c8
unverified

ggerganov commited on

Update README.md
f86b588

ggerganov commited on

main : print colors + no timestamps
d06a6c2

ggerganov commited on

whisper : add new-segment callback
83926f7

ggerganov commited on

main : refactor subtitle output
e004a9e

ggerganov commited on

wip : experimental color coding of tokens based on probabilities
6f2f468

ggerganov commited on