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 |
|
Georgi Gerganov
|
99da1e5cc8
|
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
|
2022-12-19 20:45:08 +02:00 |
|
Georgi Gerganov
|
b8ce25dec1
|
refactoring : more readable code
|
2022-11-25 19:28:04 +02:00 |
|
Georgi Gerganov
|
ebb01b9e33
|
Print system info at start of program
|
2022-10-27 17:22:19 +03:00 |
|
Georgi Gerganov
|
2400660f3f
|
Print system info in main
|
2022-10-26 22:54:09 +03:00 |
|
Georgi Gerganov
|
34bb3ab0cf
|
ggml : add system info functions
|
2022-10-25 20:53:48 +03:00 |
|
Georgi Gerganov
|
c6710efde2
|
refactoring : move main + stream in examples + other stuff
|
2022-10-25 20:53:48 +03:00 |
|