whisper.cpp / examples /whisper.android

Commit History

whisper : add version function (#3289)
0b952d7
unverified

danbev commited on

android : update CMakeLists.txt to use FetchContent for ggml (#3268)
e5d47d0
unverified

danbev commited on

cmake : fix android build (#3265)
e70bf99
unverified

ggerganov danbev commited on

android : fix builds (#0)
4043835

ggerganov commited on

examples : add new sources
2a8a6b4

ggerganov commited on

android : add new ggml source files
69804b5

ggerganov commited on

whisper.android : add GGML_USE_CPU compile definition (#2945)
ad2c8f8
unverified

danbev commited on

android : try to fix build
c9db590

ggerganov commited on

files : remove old sources
1da9474

ggerganov commited on

android : fix build and ci (#2624)
0025feb
unverified

Thamster 3v324v23 commited on

ci : disable CUDA and Android builds
fcafd21

ggerganov commited on

ci : disable Obj-C build + fixes
3859606

ggerganov commited on

whisper : adapt to new ggml (wip)
ec6f374

ggerganov commited on

build : fixes
11d19cb

ggerganov commited on

whisper : adapt to latest ggml (skip) (#0)
ad9dd7b

ggerganov commited on

build : fix aarch64 (#0)
55befbb

ggerganov commited on

whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified

ggerganov commited on

ggml : remove OpenCL (#0)
d303fe3

ggerganov commited on

whisper.android : update example, add field to print timestamp (#2072)
03fb680
unverified

codezjx commited on

ggml : 32-bit arm compat (#1891)
7551157
unverified

ggerganov commited on

whisper.android : how to build with CLBlast (#1809)
eea7f53
unverified

lcfrs ggerganov commited on

whisper.android : return output from benchmarks (#1785)
5cff61b
unverified

lcfrs commited on

examples : add whisper.android.java for compatibility with older Android versions using Java (#1382)
bb48f57
unverified

Tong Li litongmacos bobqianic commited on

android : decouple example into a library and app module (#1445)
9f860c0
unverified

tobrun commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov commited on

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422)
7006035
unverified

ggerganov Chris Raethke commited on

whisper : Metal and ggml-alloc support (#1270)
714ee6b
unverified

ggerganov commited on

whisper.android : bump gradle plugin and dependencies + a lint pass (#1255)
887812b
unverified

Digipom commited on

whisper.android : address ARM's big.LITTLE arch by checking cpu info (#1254)
a3cb126
unverified

Digipom commited on

whisper.android : fix cmake multiple libraries build (#1224)
96ada58
unverified

jhenhong commited on

whisper.android : migrate from ndk-build to CMake (#1204)
df7ed53
unverified

junkfood commited on

whisper.android : support decode wav file has 2 channels (#972)
1771dce
unverified

geniusnut commited on

whisper.android : add some tips (#816)
dd2c035
unverified

Zollner commited on

whisper.android : support benchmark for Android example. (#542)
41e000d
unverified

takeshi-inoue tinoue ggerganov commited on

whisper.android : enable fp16 instrinsics (FP16_VA) which is supported by ARMv8.2 or later. (#572)
6958128
unverified

takeshi-inoue commited on

whisper.android : add support for loading directly from asset in C (#415)
eb271b2
unverified

Digipom commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

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

Update README.md (#46)
974e0d1
unverified

ggerganov commited on

Add Android sample (#277)
f4bcbaa
unverified

Digipom commited on