Spaces:
Running
Running
Commit History
tmp
6101321
unverified
cmake : change min required version to 3.0 (#351)
33bd153
unverified
command : add "guided-mode" video demo in the README.md
c9dec6f
unverified
ggml : add SSE3 and fp16 conversion lookup table (#368)
2c3f7d4
unverified
whisper : document POWER VSX support
4dbf7ee
Thomas Fitzsimmons
commited on
ggml : reorganize POWER9 ppc64le SIMD code
e0a5614
Thomas Fitzsimmons
commited on
ggml : change f16 load and store macro arguments
4a68b87
Thomas Fitzsimmons
commited on
whisper : do not use F16 tensors when in F32 mode (#369)
2a7f387
unverified
ci : add emscripten build
2f8e217
unverified
main : make whisper_print_segment_callback() more readable (close #371)
02b3e34
unverified
cmake : add CMAKE_RUNTIME_OUTPUT_DIRECTORY
d472548
unverified
ggml : add void to argument-less functions
f06f912
unverified
minor : close #370 + Makefile build info print change
e78ac30
unverified
cmake : update to 3.19 (#351)
37e2420
unverified
Andy Maloney
commited on
whisper : use ranged-based for loops for readability
763a6f3
Andy Maloney
commited on
ggml : define MIN / MAX only if not defined (minor)
2117da6
unverified
make : print build information
4b10327
unverified
stream : fix data race on bool + avoid division-by-zero
3753d20
unverified
models : fix HF model URL (close #356)
691ac92
unverified
command : refactor to split command list & general transcription modes (#331)
046f2e5
unverified
Andy Maloney
commited on
ggml : improve f16 acceleration for POWER9 ppc64le
f92a260
Thomas Fitzsimmons
commited on
whisper : add whisper_n_audio_ctx and check for invalid audio_ctx
821a538
unverified
models : fix typo in convert-h5-to-ggml.py
dc8eb84
cmake : add runtime destination install (#345)
4bc14b2
unverified
whisper : avoid some memory allocations
8dfec0c
unverified
main : add -ocsv, aka --output-csv to output a CSV file
20ca90d
unverified
make : add i686 arch (close #329)
86b56ca
unverified
ggml : barrier refactor + static functions
7b501c1
unverified
ggml : simplify the SIMD code (#324)
6fe850c
unverified
examples : fix memory leak on failure to load gpt2 model (#323)
c92d0b9
unverified
Andy Maloney
commited on
examples : small code cleanups (#322)
e0255d4
unverified
Andy Maloney
commited on
ggml : use vaddvq_f32 for slightly more efficient reduce
550fbf8
unverified
ggml : add f16 acceleration for POWER9 ppc64le
0d5a830
Thomas Fitzsimmons
commited on
models : fix support for spaces in path (close #315)
f39e0be
unverified
whisper : use emplace_back in place of push_back (#319)
490ad62
unverified
Andy Maloney
commited on
whisper : fix mem leak on failure to load model (#318)
be00889
unverified
Andy Maloney
commited on
ggml : make consts static (#317)
786be65
unverified
Andy Maloney
commited on
Update README.md
4dfaafd
unverified
examples : add whisper.swiftui demo app (#308)
1d5c7f2
unverified
Digipom
commited on
Update README.md
7a0b310
unverified
minor : small code cleanups (#302)
142f526
unverified
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