mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
794b162a46
* whisper : add integer quantization support * examples : add common-ggml + prepare to add "quantize" tool * whisper : quantization tool ready * whisper : fix F32 support * whisper : try to fix shared lib linkage * wasm : update quantized models to Q5 * bench.wasm : remove "medium" button * bench.wasm : fix custom model button * ggml : add Q5_0 and Q5_1 WASM SIMD * wasm : add quantized models to all WASM examples * wasm : bump DB version number to 2 * talk-llama : update example to latest llama.cpp * node : increase test timeout to 10s * readme : add information for model quantization * wasm : add links to other examples
44 lines
605 B
Plaintext
44 lines
605 B
Plaintext
*.o
|
|
*.a
|
|
.cache/
|
|
.coreml/
|
|
.test/
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
build/
|
|
build-em/
|
|
build-debug/
|
|
build-release/
|
|
build-static/
|
|
build-cublas/
|
|
build-no-accel/
|
|
build-sanitize-addr/
|
|
build-sanitize-thread/
|
|
|
|
/main
|
|
/stream
|
|
/command
|
|
/talk
|
|
/talk-llama
|
|
/bench
|
|
/quantize
|
|
|
|
arm_neon.h
|
|
sync.sh
|
|
libwhisper.a
|
|
libwhisper.so
|
|
compile_commands.json
|
|
|
|
examples/arm_neon.h
|
|
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata
|
|
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/
|
|
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata
|
|
|
|
extra/bench-gg.txt
|
|
|
|
models/*.mlmodel
|
|
models/*.mlmodelc
|
|
models/*.mlpackage
|