Spaces:
Running
Running
Commit History
models : add "convert-h5-to-ggml.py" script (#157)
3568438
unverified
minor : updates few prints + fix buttons in whisper.wasm
7c7a4d7
unverified
Update README.md
87227d4
unverified
Update README.md
0f83fd2
unverified
Find libopenblas.dll.a on windows
6f7863e
Tamotsu Takahashi
commited on
unicode : fix character replacement (thanks to @tamo)
be06a9b
unverified
close #109 : add fetching of the model over HTTP (whisper.wasm)
04da8a6
unverified
talk.wasm : final touches
722327a
unverified
talk.wasm : polishing + adding many AI personalities
b38c009
unverified
stream : "-kc" now enables context keeping from previous segment (#90)
28726dd
unverified
Prompt previous tokens for streaming (#163)
8ad3dbf
unverified
talk.wasm : update README.md
5cb7243
unverified
talk.wasm : GPT-2 meets Whisper in WebAssembly (#155)
411c667
unverified
Update README.md
59192b4
unverified
ggml : fix Windows build
42bbdcd
ci : add Windows build
48d2c3e
stream : add "max_tokens" cli arg
57a7bac
stream : add "audio_ctx" parameter
6adc1fe
stream : add "max_tokens" parameter
e48ba5c
stream : add "single_segment" option
a265bfa
stream : partial encoder experiments
a2015c0
fix: free ggml_context (close #149) (#150)
06b8aa3
unverified
models : simplify the conversion script
1ffa4c8
unverified
Update download-ggml-model.sh
23d667f
Dody Suria Wijaya
commited on
models : change default hosting to Hugging Face
7cf1c53
unverified
whisper : add option to speed up the audio tempo by x2
bec875e
make : add libwhisper.so target (#144)
e86d64e
unverified
Add WHISPER_NO_AVX and WHISPER_NO_AVX2 to CMakeLists (#136)
5eb3549
unverified
minor : remove one more redundant line
6f3392b
unverified
minor : fix double float32 conversion in python script
e6c2e3e
unverified
ref #40 : start working on the documentation
7ef045e
unverified
Adds support for stdin wav input
d83eddb
Alan
commited on
js : update whipser.js to latest
403105e
unverified
Check for AVX and AVX2 on Darwin
41956c6
Fix the Windows pthread_create shim
0c17e51
boolemancer
commited on