whisper.cpp / Makefile

Commit History

build : CLBlast support as in llama.cpp (#862)
6a785f1
unverified

Vulcan commited on

ggml : fix 32-bit ARM build + quantization
87ee234

ggerganov commited on

whisper : add integer quantization support (#540)
a5f8f3c
unverified

ggerganov commited on

whisper : add GPU support via cuBLAS (#834)
d91d7d9
unverified

ggerganov commited on

build : add WHISPER_COREML_ALLOW_FALLBACK to make / CMake (#812)
49fb1c6
unverified

ggerganov commited on

whisper : add Core ML support (#566)
1fd4bde
unverified

ggerganov commited on

make : disable avx in case f16c is not available (#706)
05bed31
unverified

duthils commited on

ggml : sync latest changes from ggml and llama.cpp
3bd52ce
unverified

ggerganov commited on

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