Commit History

examples : add "command" tool (#171)
4d3c293
unverified

ggerganov commited on

refactoring : more readable code
5ef0168
unverified

ggerganov commited on

correct model name display on running samples
10f411a

vicalloy commited on

wasm : refactor wasm example + reuse fetch mechanism
3520198
unverified

ggerganov commited on

talk.wasm : update video link + some minor fixes
33a4590
unverified

ggerganov commited on

Update README.md
75f9881
unverified

ggerganov commited on

Update README.md
668c7a5
unverified

ggerganov commited on

talk.wasm : move to https://whisper.ggerganov.com/talk
bee1ba7
unverified

ggerganov commited on

models : add instructions for using HF fine-tuned models
bd9b418
unverified

ggerganov commited on

whisper : improve printfs
bfa259c
unverified

ggerganov commited on

main : fix dangling pointer when using stdin for input (#65)
2daf96b
unverified

ggerganov commited on

main, stream : remove --verbose flag (#178)
8f1a93e
unverified

ggerganov commited on

talk.wasm : add audio pre-processing + bump memory
679d38e
unverified

ggerganov commited on

talk.wasm : refactoring + update README.md
ff21a60
unverified

ggerganov commited on

models : add usage comments to the HF convert script (#157)
8528ec5
unverified

ggerganov commited on

models : fix HF fine-tuned model conversion script (#157)
6c811ac
unverified

ggerganov commited on

ggml : fix the fix
8b90727
unverified

ggerganov commited on

ggml : fix cross-compile Linux -> Window with mingw (#168)
29fe0ee
unverified

ggerganov commited on

Revert "update README.md"
6b53c3a
unverified

ggerganov commited on

update README.md
96a13a8

katsu560 commited on

ggml: change inline ggml_fp16_to_fp32, ggml_fp16_t ggml_fp32_to_fp16
b2f844a

katsu560 commited on

add gprof option
d44f972

katsu560 commited on

fix AVX,AVX2,FMA,F16C detection on Linux and add flags for OpenBLAS
7dc7c48

katsu560 commited on

add AVX support
00ac035

katsu560 commited on

Build with OpenBLAS and SDL2 on windows
71bf396

Tamotsu Takahashi commited on

models : minor changes to the HF convert script (#157)
f500082
unverified

ggerganov commited on

models : add "convert-h5-to-ggml.py" script (#157)
3568438
unverified

ggerganov commited on

minor : updates few prints + fix buttons in whisper.wasm
7c7a4d7
unverified

ggerganov commited on

Update README.md
87227d4
unverified

ggerganov commited on

Update README.md
0f83fd2
unverified

ggerganov commited on

Find libopenblas.dll.a on windows
6f7863e

Tamotsu Takahashi commited on

unicode : fix character replacement (thanks to @tamo)
be06a9b
unverified

ggerganov commited on

close #109 : add fetching of the model over HTTP (whisper.wasm)
04da8a6
unverified

ggerganov commited on

talk.wasm : final touches
722327a
unverified

ggerganov commited on

talk.wasm : polishing + adding many AI personalities
b38c009
unverified

ggerganov commited on

stream : "-kc" now enables context keeping from previous segment (#90)
28726dd
unverified

ggerganov commited on

Prompt previous tokens for streaming (#163)
8ad3dbf
unverified

meakbiyik commited on

talk.wasm : update README.md
5cb7243
unverified

ggerganov commited on

talk.wasm : GPT-2 meets Whisper in WebAssembly (#155)
411c667
unverified

ggerganov commited on

Update README.md
59192b4
unverified

ggerganov commited on

ggml : fix Windows build
42bbdcd

ggerganov commited on

ci : add Windows build
48d2c3e

ggerganov commited on

stream : add "max_tokens" cli arg
57a7bac

ggerganov commited on

stream : add "audio_ctx" parameter
6adc1fe

ggerganov commited on

stream : add "max_tokens" parameter
e48ba5c

ggerganov commited on

stream : add "single_segment" option
a265bfa

ggerganov commited on

stream : partial encoder experiments
a2015c0

ggerganov commited on

fix: free ggml_context (close #149) (#150)
06b8aa3
unverified

greeshmay ggerganov commited on

models : simplify the conversion script
1ffa4c8
unverified

ggerganov commited on

Update download-ggml-model.sh
23d667f

Dody Suria Wijaya commited on