Commit History

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

Update README.md
432646b
unverified

ggerganov commited on

Update README.md
a6f9caa
unverified

ggerganov commited on

Update README.md and finalize the whisper.wasm example
4312a39

ggerganov commited on

wip : polishing WASM example
363140f

ggerganov commited on

wip : WASM 128-bit SIMD support
ca4986c

ggerganov commited on

wip : initial WASM port
4abd756

ggerganov commited on

ref #68 : add option "-on" to specify segment index offset for SRT
da23cbe
unverified

ggerganov commited on

ci : fix and re-enable tests (2nd try)
bb6071e
unverified

ggerganov commited on

Revert "ci : fix and re-enable tests"
ec8187f
unverified

ggerganov commited on

ci : fix and re-enable tests
58b7295
unverified

ggerganov commited on

Update README.md
15ee6bb
unverified

ggerganov commited on

Update README.md
0bb478c
unverified

ggerganov commited on

Update README.md
d86b4a1
unverified

ggerganov commited on

Merge pull request #67 from undefdev/defensive-apple-arm-make
41ec93b
unverified

ggerganov commited on

ci : disable tests temporarily
2e23fa2
unverified

ggerganov commited on

added handling for falsely as x86_64 announced ARM Macs
760eeaa

undef commited on

Update README.md
cc2fdee
unverified

ggerganov commited on

stream : print warning when processing is not fast enough
85e3872
unverified

ggerganov commited on

Add reference to FP16 repo
19c1d9a
unverified

ggerganov commited on

ref #52 : improve greedy sampling strategy
07043b9
unverified

ggerganov commited on

CMake support for Accelerate framework
53613f1
unverified

ggerganov commited on

Correct implementation of FP16 GELU
84b7b50
unverified

ggerganov commited on

close #32 : add comment about thread-safety of the C-style API
a3ee28a
unverified

ggerganov commited on

ref #57, #62, #63 : remove unions in C-api + remove designated initializers
99f2636
unverified

ggerganov commited on

ref #62 : fix build for some compilers
6e384bd
unverified

ggerganov commited on

Revert recent sampling change
7b0196d
unverified

ggerganov commited on

Fix EOT token handling
3d98c5d

ggerganov commited on

Revert GELU change
2e71545

ggerganov commited on

Link Accelerate framework to "stream" example
e430cf6

ggerganov commited on

Try to improve the sampling strategy a bit
49a405e

ggerganov commited on

Fix memory sizes
6b712f6

ggerganov commited on