Commit Graph

403 Commits (e2aa556a992ceb81dfffab347c1d15ff3be70e04)
 

Author SHA1 Message Date
Andy Maloney 493d94130d
ggml : make consts static (#317)
2 years ago
Georgi Gerganov 1480a5f1af
Update README.md
2 years ago
Digipom 0f4227d9ee
examples : add whisper.swiftui demo app (#308)
2 years ago
Georgi Gerganov 4c1fe0c813
Update README.md
2 years ago
Andy Maloney fa463313ad
minor : small code cleanups (#302)
2 years ago
Georgi Gerganov 501a6b455c minor : flag "ARM FMA" -> "ARM_FMA"
2 years ago
Kevin Brothaler 91fc08c641 Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library
2 years ago
Kevin Brothaler e1432dd91a Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
2 years ago
Kevin Brothaler 22193cbfe8 Bump NDK version
2 years ago
Andy Maloney 42c6730732
whisper : use nullptr (C++11) instead of NULL macro (#299)
2 years ago
Andy Maloney 76b6211f9b
cmake : add headers to target (#298)
2 years ago
Mohit Agarwal 86a277f78d
go : run `go mod tidy` before building examples + fix permissions (#296)
2 years ago
David Thorpe 231bebca7d
bindings : initial import of golang bindings (#287)
2 years ago
Georgi Gerganov 90564f85f9
Update README.md
2 years ago
Georgi Gerganov 99da1e5cc8
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
2 years ago
Matheus de Sousa 8e3f129b4d
minor : resolves some of warnings when compiling with clang/clang++ (#294)
2 years ago
Georgi Gerganov 1d716d6e34
release : v1.0.4
2 years ago
katsu560 419b8a6402 Add AVX,AVX2 support for ggml_vec_scale_f32
2 years ago
Georgi Gerganov 1eb81f863f
make : revert accidental change of optimization flags
2 years ago
Georgi Gerganov fba10a4c68 whisper : language auto-detect (#59)
2 years ago
Georgi Gerganov afe2db0fe2
Add Roadmap
2 years ago
Georgi Gerganov a7047b2a28
ggml : implement ggml_compute_forward_dup_f16() special cases
2 years ago
Georgi Gerganov 32fbc8cd04
main : add option to print the progress (#276)
2 years ago
Georgi Gerganov b8065d90f5
main : add "--prompt" command line argument (#90)
2 years ago
Georgi Gerganov 4312995974 command : better indentation
2 years ago
Georgi Gerganov 5eeeb3412d command : update README, show how to use guided mode
2 years ago
Georgi Gerganov 6a69e3ae27 command : adding guided mode
2 years ago
Georgi Gerganov bf69b669a0 whisper : add whisper_tokenize()
2 years ago
Georgi Gerganov ea19ed33f1
Update README.md (#46)
2 years ago
Digipom 675e787171
Add Android sample (#277)
2 years ago
Georgi Gerganov c6c3ad5a98
ci : add Windows build without OpenBLAS + change to Release (#85) (#282)
2 years ago
Georgi Gerganov 6a7c82501e
whisper : improve decoding strategy (#244)
2 years ago
Georgi Gerganov a82d331034
stream : update README.md + comments
2 years ago
Georgi Gerganov c37c2443c1
Update README.md (#56)
2 years ago
Georgi Gerganov 0f11759406
ggml : make more compatible with c99 (#262)
2 years ago
Georgi Gerganov 5a5c5ddcca
Update README.md
2 years ago
Georgi Gerganov 34e0b4b9ef
stream : fix build
2 years ago
Georgi Gerganov b0f8013eb9
stream : add sliding window mode
2 years ago
Georgi Gerganov 124c718c73
whisper : fix UB when reading buffer of length 0 bytes (#265)
2 years ago
Georgi Gerganov f66ac6dc4f
ggml : fix indentation
2 years ago
Georgi Gerganov 9955fa4ed7
ggml : make compatible with c99 (#262)
2 years ago
Georgi Gerganov a613f16aec
talk : improve prompting
2 years ago
Georgi Gerganov 930c693989
release : v1.0.3
2 years ago
Georgi Gerganov d8a0dde31a
Update README.md
2 years ago
Georgi Gerganov 9e3e6f253a
release : v1.0.2
2 years ago
Georgi Gerganov 57ccd7cc4f
Update README.md
2 years ago
Georgi Gerganov 812ae3ffbd
Update README.md
2 years ago
Georgi Gerganov f309f97df6
Node.js package (#260)
2 years ago
Georgi Gerganov aa6adda26e
talk : make compatible with c++11 (part 2)
2 years ago
Georgi Gerganov 444349f4ec
talk : make compatible with c++11
2 years ago