whisper.cpp / models /convert-pt-to-ggml.py

Commit History

whisper : add support for large v3 (#1444)
9908abb
unverified

ggerganov commited on

py : make convert-pt-to-ggml.py backwards compatible with older vocab.json tokenizer files (#1001)
83e4988
unverified

akashmjn commited on

minor : improve C++ and Python style (#768)
3ebe4d6
unverified

AsukaMinato commited on

models : change convert-pt-to-ggml to use .tiktoken tokenizer files (#725)
a7879d3
unverified

Ivan Gorin commited on

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

ggerganov commited on

models : simplify the conversion script
1ffa4c8
unverified

ggerganov 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

Add enconding parameter to vocab.json opening to fix errors
bf50d62

Joonas Pihlajamaa commited on

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

ggerganov commited on