Spaces:
Running
Running
Commit History
minor : flag "ARM FMA" -> "ARM_FMA"
71de15e
Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library
b17dc4f
Kevin Brothaler
commited on
Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
1fff54f
Kevin Brothaler
commited on
Bump NDK version
dbe19c7
Kevin Brothaler
commited on
whisper : use nullptr (C++11) instead of NULL macro (#299)
2479ccb
unverified
Andy Maloney
commited on
cmake : add headers to target (#298)
0be4a11
unverified
Andy Maloney
commited on
go : run `go mod tidy` before building examples + fix permissions (#296)
8517b79
unverified
Mohit Agarwal
commited on
bindings : initial import of golang bindings (#287)
5e456c0
unverified
Update README.md
9fc9845
unverified
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
7ffa531
unverified
minor : resolves some of warnings when compiling with clang/clang++ (#294)
061b71e
unverified
release : v1.0.4
e29a728
unverified
Add AVX,AVX2 support for ggml_vec_scale_f32
666b50a
katsu560
commited on
make : revert accidental change of optimization flags
add362d
unverified
whisper : language auto-detect (#59)
dad1114
Add Roadmap
443fc8d
unverified
ggml : implement ggml_compute_forward_dup_f16() special cases
b3b8141
unverified
main : add option to print the progress (#276)
068424c
unverified
main : add "--prompt" command line argument (#90)
a488eb7
unverified
command : better indentation
7a2aa88
command : update README, show how to use guided mode
a73a606
command : adding guided mode
0ffb168
whisper : add whisper_tokenize()
82e39d3
Update README.md (#46)
974e0d1
unverified
Add Android sample (#277)
f4bcbaa
unverified
Digipom
commited on
ci : add Windows build without OpenBLAS + change to Release (#85) (#282)
40eeba4
unverified
whisper : improve decoding strategy (#244)
96829a5
unverified
stream : update README.md + comments
2110f23
unverified
Update README.md (#56)
a075b62
unverified
ggml : make more compatible with c99 (#262)
52bc68d
unverified
Update README.md
cd282f3
unverified
stream : fix build
d8f85b8
unverified
stream : add sliding window mode
d5c5cb0
unverified
whisper : fix UB when reading buffer of length 0 bytes (#265)
0ac55b8
unverified
ggml : fix indentation
09b6ef7
unverified
ggml : make compatible with c99 (#262)
d9c1974
unverified
talk : improve prompting
de68a7e
unverified
release : v1.0.3
cad4b5d
unverified
Update README.md
11308f6
unverified
release : v1.0.2
af0c050
unverified
Update README.md
24d18d2
unverified
Update README.md
2cba95c
unverified
Node.js package (#260)
67b8a21
unverified
talk : make compatible with c++11 (part 2)
cf313a6
unverified
talk : make compatible with c++11
53ae12b
unverified
cmake : require c++11 instead of c++20
cf916cf
unverified
Remove C++20 requirement (#257)
6702756
unverified
Roland Rabien
commited on
Add newline per segment for text output (#254)
3b047c2
unverified
Lexevolution
commited on