Commit History

models : simplify the conversion script
1ffa4c8
unverified

ggerganov commited on

Update download-ggml-model.sh
23d667f

Dody Suria Wijaya commited on

models : change default hosting to Hugging Face
7cf1c53
unverified

ggerganov commited on

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

ggerganov commited on

make : add libwhisper.so target (#144)
e86d64e
unverified

ggerganov commited on

Add WHISPER_NO_AVX and WHISPER_NO_AVX2 to CMakeLists (#136)
5eb3549
unverified

chidiwilliams commited on

minor : remove one more redundant line
6f3392b
unverified

ggerganov commited on

minor : fix double float32 conversion in python script
e6c2e3e
unverified

ggerganov commited on

ref #40 : start working on the documentation
7ef045e
unverified

ggerganov commited on

Adds support for stdin wav input
d83eddb

Alan commited on

js : update whipser.js to latest
403105e
unverified

ggerganov commited on

Check for AVX and AVX2 on Darwin
41956c6

chidiwilliams commited on

Fix the Windows pthread_create shim
0c17e51

boolemancer commited on

sync : submodule whisper.spm
8551a30
unverified

ggerganov commited on

cmake : add submodule whisper.spm
a7ccde0
unverified

ggerganov commited on

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

ggerganov commited on

Update README.md
4b609e3
unverified

ggerganov commited on

examples : add simple script for generating Karaoke video
a999871
unverified

ggerganov commited on

Update README.md
5b25a5a
unverified

ggerganov commited on

Update README.md
9c06261
unverified

ggerganov commited on

main : fix generated bash script
2eb4d4a
unverified

ggerganov commited on

ggml : multi-thread the ggml_add operator
c36d8ed
unverified

ggerganov commited on

cmake : fix passing GGML_PERF compile option
e670e4f
unverified

ggerganov commited on

Update README.md
2f9eebd
unverified

ggerganov commited on

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

ggerganov commited on

Update README.md
3ad485f
unverified

ggerganov commited on

extra : compute SHA of all models files
05261df
unverified

ggerganov commited on

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