Spaces:
Running
Running
Commit History
android : update CMakeLists.txt to use FetchContent for ggml (#3268) e5d47d0 unverified
android : fix builds (#0) 4043835
examples : add new sources 2a8a6b4
android : add new ggml source files 69804b5
whisper.android : add GGML_USE_CPU compile definition (#2945) ad2c8f8 unverified
android : try to fix build c9db590
files : remove old sources 1da9474
android : fix build and ci (#2624) 0025feb unverified
ci : disable CUDA and Android builds fcafd21
ci : disable Obj-C build + fixes 3859606
whisper : adapt to new ggml (wip) ec6f374
build : fixes 11d19cb
whisper : adapt to latest ggml (skip) (#0) ad9dd7b
build : fix aarch64 (#0) 55befbb
whisper : reorganize source code + improve CMake (#2256) f75c2e3 unverified
ggml : remove OpenCL (#0) d303fe3
whisper.android : update example, add field to print timestamp (#2072) 03fb680 unverified
ggml : 32-bit arm compat (#1891) 7551157 unverified
whisper.android : return output from benchmarks (#1785) 5cff61b unverified
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
sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422) 7006035 unverified
whisper : Metal and ggml-alloc support (#1270) 714ee6b unverified
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
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
whisper.android : add some tips (#816) dd2c035 unverified
Zollner commited on
whisper.android : support benchmark for Android example. (#542) 41e000d unverified
whisper.android : enable fp16 instrinsics (FP16_VA) which is supported by ARMv8.2 or later. (#572) 6958128 unverified
whisper.android : add support for loading directly from asset in C (#415) eb271b2 unverified
Digipom 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
Add Android sample (#277) f4bcbaa unverified
Digipom commited on