Commit History

release : v1.0.4
e29a728
unverified

ggerganov commited on

Add AVX,AVX2 support for ggml_vec_scale_f32
666b50a

katsu560 commited on

make : revert accidental change of optimization flags
add362d
unverified

ggerganov commited on

whisper : language auto-detect (#59)
dad1114

ggerganov commited on

Add Roadmap
443fc8d
unverified

ggerganov commited on

ggml : implement ggml_compute_forward_dup_f16() special cases
b3b8141
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

command : better indentation
7a2aa88

ggerganov commited on

command : update README, show how to use guided mode
a73a606

ggerganov commited on

command : adding guided mode
0ffb168

ggerganov commited on

whisper : add whisper_tokenize()
82e39d3

ggerganov commited on

Update README.md (#46)
974e0d1
unverified

ggerganov commited on

Add Android sample (#277)
f4bcbaa
unverified

Digipom commited on

ci : add Windows build without OpenBLAS + change to Release (#85) (#282)
40eeba4
unverified

ggerganov commited on

whisper : improve decoding strategy (#244)
96829a5
unverified

ggerganov commited on

stream : update README.md + comments
2110f23
unverified

ggerganov commited on

Update README.md (#56)
a075b62
unverified

ggerganov commited on

ggml : make more compatible with c99 (#262)
52bc68d
unverified

ggerganov commited on

Update README.md
cd282f3
unverified

ggerganov commited on

stream : fix build
d8f85b8
unverified

ggerganov commited on

stream : add sliding window mode
d5c5cb0
unverified

ggerganov commited on

whisper : fix UB when reading buffer of length 0 bytes (#265)
0ac55b8
unverified

ggerganov commited on

ggml : fix indentation
09b6ef7
unverified

ggerganov commited on

ggml : make compatible with c99 (#262)
d9c1974
unverified

ggerganov commited on

talk : improve prompting
de68a7e
unverified

ggerganov commited on

release : v1.0.3
cad4b5d
unverified

ggerganov commited on

Update README.md
11308f6
unverified

ggerganov commited on

release : v1.0.2
af0c050
unverified

ggerganov commited on

Update README.md
24d18d2
unverified

ggerganov commited on

Update README.md
2cba95c
unverified

ggerganov commited on

Node.js package (#260)
67b8a21
unverified

ggerganov commited on

talk : make compatible with c++11 (part 2)
cf313a6
unverified

ggerganov commited on

talk : make compatible with c++11
53ae12b
unverified

ggerganov commited on

cmake : require c++11 instead of c++20
cf916cf
unverified

ggerganov commited on

Remove C++20 requirement (#257)
6702756
unverified

Roland Rabien commited on

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

Lexevolution commited on

bench : more concise representation of the results (#89)
a9f3ce0
unverified

ggerganov commited on

minor : fix .gitignore to not ignore examples
56bef25
unverified

ggerganov commited on

bench.wasm : same as "bench" but runs in the browser (#89)
68dae1f
unverified

ggerganov commited on

Update README.md
d161cee
unverified

ggerganov commited on

talk : fix build for MSVC
81dca98

ggerganov commited on

talk : talk with AI in the terminal
7aad96d

ggerganov commited on

fix potential bug reading model data into a small size optimized string which could lead to memory corruption. In an SSO string, you can't write data to &str[0] and expect it to work well.
4c1552f

bert hubert commited on

whisper : minor improvemnt in decoding strategy (#244)
36c5e16
unverified

ggerganov commited on

ggml : add alternative cblas_sgemm call
2f68de6
unverified

ggerganov commited on

make : indentation + .gitignore
ba89f8d
unverified

ggerganov commited on

Flag for Position Independent Code
f4196bf

ReiMui commited on

twitch.sh : various fixes and polishing
245e5de

ggerganov commited on

Allow for Twitch.tv live transcription
2444077

keyehzy commited on