Georgi Gerganov
|
794b162a46
|
whisper : add integer quantization support (#540)
* 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
|
2023-04-30 18:51:57 +03:00 |
|
Georgi Gerganov
|
fafd78945d
|
bench.wasm : print system info
|
2023-01-15 11:34:03 +02:00 |
|
Syahmi Azhar
|
1512545149
|
whisper : add loader class to allow loading from buffer and others (#353)
* whisper : add loader to allow loading from other than file
* whisper : rename whisper_init to whisper_init_from_file
* whisper : add whisper_init_from_buffer
* android : Delete local.properties
* android : load models directly from assets
* whisper : adding <stddef.h> needed for size_t + code style
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
|
2023-01-08 13:03:33 +02:00 |
|
Andy Maloney
|
84c6b42e65
|
cmake : update to 3.19 (#351)
- update from 3.0 (from 2014) to 3.19 (from 2020)
- move some global setting onto the targets (through a cmake include)
|
2023-01-05 21:22:48 +02:00 |
|
Georgi Gerganov
|
fcf515de60
|
bench.wasm : same as "bench" but runs in the browser (#89)
|
2022-12-11 11:09:10 +02:00 |
|