whisper.cpp / Makefile

Commit History

make : 32-bit ARM flags (#486)
4fc344e
unverified

clach04 ggerganov commited on

talk-llama : add new example + sync ggml from llama.cpp (#664)
a8c74e6
unverified

ggerganov commited on

make : fix MUSL Linux build (#576)
51936e8
unverified

ggerganov commited on

make : add -DNDEBUG compile flag
27ce621
unverified

ggerganov commited on

make : add "-mcpu=native" when building for aarch64 (#532)
3f06aea
unverified

FlippFuzz commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov commited on

whisper : PPC64 big-endian support (#398)
239569b
unverified

fitzsim commited on

bench : add memcpy and ggml_mul_mat benchmarks
a660ed9
unverified

ggerganov commited on

go : bindings updated so they can be used in third party packages. (#379)
4030b6d
unverified

djthorpe commited on

ggml : add SSE3 and fp16 conversion lookup table (#368)
2c3f7d4
unverified

Abitofevrything ggerganov commited on

minor : close #370 + Makefile build info print change
e78ac30
unverified

ggerganov commited on

make : print build information
4b10327
unverified

ggerganov commited on

make : add i686 arch (close #329)
86b56ca
unverified

ggerganov commited on

ggml : add f16 acceleration for POWER9 ppc64le
0d5a830

Thomas Fitzsimmons commited on

make : revert accidental change of optimization flags
add362d
unverified

ggerganov commited on

main : add option to print the progress (#276)
068424c
unverified

ggerganov commited on

talk : talk with AI in the terminal
7aad96d

ggerganov commited on

make : indentation + .gitignore
ba89f8d
unverified

ggerganov commited on

Flag for Position Independent Code
f4196bf

ReiMui commited on

fix compilation on haiku
5d3218a

Al Hoang commited on

models : add the new "large" model release by OpenAI
793fa90
unverified

ggerganov commited on

tests : adding transcription tests
f527611
unverified

ggerganov commited on

Fix Darwin flags - was incorrectly always using the Linux else clause
ecd7237

Tienshiao Ma commited on

examples : add "command" tool (#171)
4d3c293
unverified

ggerganov commited on

correct model name display on running samples
10f411a

vicalloy commited on

add gprof option
d44f972

katsu560 commited on

fix AVX,AVX2,FMA,F16C detection on Linux and add flags for OpenBLAS
7dc7c48

katsu560 commited on

make : add libwhisper.so target (#144)
e86d64e
unverified

ggerganov commited on

Check for AVX and AVX2 on Darwin
41956c6

chidiwilliams commited on

Allow building with Accelerate for x86_64 Macs (#123)
648fd74
unverified

Syed Jafri commited on

Cross compilation (#121)
ee0f706
unverified

Syed Jafri commited on

refactoring : move main + stream in examples + other stuff
f79068a

ggerganov commited on

Update README.md and finalize the whisper.wasm example
4312a39

ggerganov commited on

added handling for falsely as x86_64 announced ARM Macs
760eeaa

undef commited on

Link Accelerate framework to "stream" example
e430cf6

ggerganov commited on

Use Accelerate framework on Apple silicon
521bf92

ggerganov commited on

close #56 : build on FreeBSD
2631afb
unverified

ggerganov commited on

add static library make target
f01bd75
unverified

0/0 commited on

Fix Makefile for MacBook Intel
fd68d89

ggerganov commited on

wip : rpi4 support
b69a5a5

ggerganov commited on

wip : improve makefile
4c78bf0

ggerganov commited on

Initial C-style interface for whisper.cpp
c0943fb

ggerganov commited on

ref #10 : quick-and-dirty attempt for real-time audio transciption
5a9250a
unverified

ggerganov commited on

Reduce memory usage even more + better sampling
ab97f9c
unverified

ggerganov commited on

Pass -pthread to linker
3dd88e6
unverified

cdosoftei commited on

Flash + language support (ref #2)
dd296e7
unverified

ggerganov commited on

ref #1 : add -pthread to compilation flags
a54c4ff
unverified

ggerganov commited on

Update README.md and simplify usage
cfd2dd9
unverified

ggerganov commited on

Create README.md
65c8446
unverified

ggerganov commited on

Initial release
f9c5a09
unverified

ggerganov commited on