Georgi Gerganov
|
1ccb8a46a5
|
bench : fix Windows linkage by moving ggml benches in whisper lib ..
|
2 years ago |
Georgi Gerganov
|
1290fc6457
|
bench : add memcpy and ggml_mul_mat benchmarks
|
2 years ago |
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>
|
2 years ago |
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)
|
2 years ago |
Georgi Gerganov
|
99da1e5cc8
|
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
|
2 years ago |
Georgi Gerganov
|
fcf515de60
|
bench.wasm : same as "bench" but runs in the browser (#89)
|
2 years ago |
Georgi Gerganov
|
b8ce25dec1
|
refactoring : more readable code
|
2 years ago |
Georgi Gerganov
|
ebb01b9e33
|
Print system info at start of program
|
2 years ago |
Georgi Gerganov
|
2400660f3f
|
Print system info in main
|
2 years ago |
Georgi Gerganov
|
a6c786d5dc
|
Update README.md
|
2 years ago |
Georgi Gerganov
|
91dcf5f35b
|
Update README.md
|
2 years ago |
Georgi Gerganov
|
34bb3ab0cf
|
ggml : add system info functions
|
2 years ago |
Georgi Gerganov
|
c6710efde2
|
refactoring : move main + stream in examples + other stuff
|
2 years ago |