Commit Graph

376 Commits (84c6b42e65899b9915a4383c7a35ba4d9775280c)
 

Author SHA1 Message Date
Andy Maloney 84c6b42e65
cmake : update to 3.19 (#351)
1 year ago
Andy Maloney dd6d582977 whisper : use ranged-based for loops for readability
1 year ago
Georgi Gerganov d51c5eb906
ggml : define MIN / MAX only if not defined (minor)
1 year ago
Georgi Gerganov 0be6a1afd9
make : print build information
1 year ago
Georgi Gerganov a466c3404d
stream : fix data race on bool + avoid division-by-zero
1 year ago
Georgi Gerganov d629c034a4
models : fix HF model URL (close #356)
1 year ago
Andy Maloney f00509d57c
command : refactor to split command list & general transcription modes (#331)
1 year ago
Thomas Fitzsimmons 424c410c42 ggml : improve f16 acceleration for POWER9 ppc64le
1 year ago
Georgi Gerganov d97e6005e9
whisper : add whisper_n_audio_ctx and check for invalid audio_ctx
1 year ago
Ikko Ashimine 3467230a77 models : fix typo in convert-h5-to-ggml.py
1 year ago
Avik Sengupta a091581eb3
cmake : add runtime destination install (#345)
1 year ago
Georgi Gerganov 68daf6e487
whisper : avoid some memory allocations
1 year ago
Niels Mayer a593b932e4
main : add -ocsv, aka --output-csv to output a CSV file
1 year ago
Georgi Gerganov 9a8ad3db69
make : add i686 arch (close #329)
1 year ago
Georgi Gerganov 4e0b2069e7
ggml : barrier refactor + static functions
1 year ago
Georgi Gerganov ac521a566e
ggml : simplify the SIMD code (#324)
1 year ago
Andy Maloney 331c0bbddc
examples : fix memory leak on failure to load gpt2 model (#323)
1 year ago
Andy Maloney dc90efd504
examples : small code cleanups (#322)
1 year ago
Georgi Gerganov 7282e2109e
ggml : use vaddvq_f32 for slightly more efficient reduce
1 year ago
Thomas Fitzsimmons 466ceebb78 ggml : add f16 acceleration for POWER9 ppc64le
1 year ago
Georgi Gerganov 77226aa89d
models : fix support for spaces in path (close #315)
1 year ago
Andy Maloney 543bd5627e
whisper : use emplace_back in place of push_back (#319)
1 year ago
Andy Maloney 62fee9a9cc
whisper : fix mem leak on failure to load model (#318)
1 year ago
Andy Maloney 493d94130d
ggml : make consts static (#317)
1 year ago
Georgi Gerganov 1480a5f1af
Update README.md
1 year ago
Digipom 0f4227d9ee
examples : add whisper.swiftui demo app (#308)
1 year ago
Georgi Gerganov 4c1fe0c813
Update README.md
1 year ago
Andy Maloney fa463313ad
minor : small code cleanups (#302)
1 year ago
Georgi Gerganov 501a6b455c minor : flag "ARM FMA" -> "ARM_FMA"
1 year ago
Kevin Brothaler 91fc08c641 Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library
1 year ago
Kevin Brothaler e1432dd91a Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
1 year ago
Kevin Brothaler 22193cbfe8 Bump NDK version
1 year ago
Andy Maloney 42c6730732
whisper : use nullptr (C++11) instead of NULL macro (#299)
1 year ago
Andy Maloney 76b6211f9b
cmake : add headers to target (#298)
1 year ago
Mohit Agarwal 86a277f78d
go : run `go mod tidy` before building examples + fix permissions (#296)
1 year ago
David Thorpe 231bebca7d
bindings : initial import of golang bindings (#287)
1 year ago
Georgi Gerganov 90564f85f9
Update README.md
1 year ago
Georgi Gerganov 99da1e5cc8
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
1 year ago
Matheus de Sousa 8e3f129b4d
minor : resolves some of warnings when compiling with clang/clang++ (#294)
1 year ago
Georgi Gerganov 1d716d6e34
release : v1.0.4
1 year ago
katsu560 419b8a6402 Add AVX,AVX2 support for ggml_vec_scale_f32
1 year ago
Georgi Gerganov 1eb81f863f
make : revert accidental change of optimization flags
1 year ago
Georgi Gerganov fba10a4c68 whisper : language auto-detect (#59)
1 year ago
Georgi Gerganov afe2db0fe2
Add Roadmap
1 year ago
Georgi Gerganov a7047b2a28
ggml : implement ggml_compute_forward_dup_f16() special cases
1 year ago
Georgi Gerganov 32fbc8cd04
main : add option to print the progress (#276)
1 year ago
Georgi Gerganov b8065d90f5
main : add "--prompt" command line argument (#90)
1 year ago
Georgi Gerganov 4312995974 command : better indentation
1 year ago
Georgi Gerganov 5eeeb3412d command : update README, show how to use guided mode
1 year ago
Georgi Gerganov 6a69e3ae27 command : adding guided mode
1 year ago