Commit History

whisper : fix extra memory usage after recent processor changes
c71bca8
unverified

ggerganov commited on

Allow building with Accelerate for x86_64 Macs (#123)
648fd74
unverified

Syed Jafri commited on

ggml : fix the check for NEON support (#7)
1f7e8fa
unverified

ggerganov commited on

Cross compilation (#121)
ee0f706
unverified

Syed Jafri commited on

Update README.md
205cfee
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

Update README.md
2de3d0b
unverified

ggerganov commited on

Update README.md
c070def
unverified

ggerganov commited on

Added for Windows implemenated script download-ggml-model.cmd
cdf540e

Mikhail Grigorev commited on

Fixed sched_yield
80b70f0

Mikhail Grigorev commited on

Implemenated sched_yield function for Windows
12f76e3

Mikhail Grigorev commited on

Update README.md
b9db3bf
unverified

ggerganov commited on

Update README.md
e3ee348
unverified

ggerganov commited on

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

ggerganov commited on

stream : add "--capture" option to select capture device (ref #10)
58fce09
unverified

ggerganov commited on

close #113 : fix struct whisper_token_data
ba9fc0a
unverified

ggerganov commited on

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