Spaces:
Sleeping
Sleeping
Commit History
bench-all : add distil models
09d2496
unverified
js : latest whisper.js
4b2fe60
unverified
bench-all : indentations
92df795
unverified
whisper : make large version explicit + fix data size units (#1493)
03a3210
unverified
java : fix test (#1492)
d6276a7
unverified
whisper : add batched decoding (#1486)
0131aa6
unverified
java : use tiny.en for tests (#1484)
d03f526
unverified
whisper : add grammar-based sampling (#1229)
46f0c56
unverified
talk-llama : add n_gpu_layers parameter (#1475)
aa7c2e9
unverified
examples : add whisper.android.java for compatibility with older Android versions using Java (#1382)
bb48f57
unverified
Tong Li
litongmacos
bobqianic
commited on
readme : update comment about source code
730c424
unverified
ggml : fix some compile warnings
ad6c9c1
unverified
readme : update GPU / CUDA
e8ad308
unverified
whisper : add full CUDA and Metal offloading (#1472)
da4acca
unverified
whisper : return with error from whisper_encode_internal and whisper_decode_internal when abort callback is true (#1456)
ca0dc29
unverified
talk-llama : add language auto detect (#1467)
cfc50d3
unverified
openvino : update convert-whisper-to-openvino.py to support v3 (#1459)
b9f3d1b
unverified
bobqianic
commited on
coreml : use the correct `n_mel` value (#1458)
0220892
unverified
whisper : reset mel time when resetting timings (#1452)
8f21423
unverified
ios : add support for Swift Package Manager (#1370)
3fa9a6f
unverified
release : v1.4.3
4d80650
unverified
ggml : fix MIN / MAX macro re-definition
1344fc4
unverified
whisper : add support for large v3 (#1444)
9908abb
unverified
android : decouple example into a library and app module (#1445)
9f860c0
unverified
whisper : reset ctx->t_start_us when calling whisper_reset_timings() (#1434)
f0f722d
unverified
cmake : fix talk-llama build
31ebf9f
unverified
metal : fix asserts for setThreadgroupMemoryLength (close #1435)
b42b45f
unverified
ci : fix variable names in GitHub actions config (#1440)
66cb760
unverified
iamthad
commited on
talk-llama : fix n_gpu_layers usage again (#1442)
37d6862
unverified
whisper : add missing about callback initializers
a94a8ce
unverified
examples : fix n_gpu_layers usage in talk-llama (#1441)
e0ea7d1
unverified
whisper : add support for new distilled Whisper models (#1424)
a570c92
unverified
cuda : fix HIPBLAS build
46033e6
unverified
sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422)
7006035
unverified
models : use absolute paths for the converted model (#1356)
6023f2d
unverified
bobqianic
commited on
talk-llama : move up-to-date demo to top (#1417)
060e781
unverified
talk-llama : add an up-to-date demo video
b41f03a
unverified
examples : Implement JSON output for Token-Level data in main (#1358)
d166741
unverified
models : Faster download for models on windows using BitTransfer (#1404)
b1a3c5a
unverified
WhiteOlivierus
commited on
README : Update README in stream to clarify where to compile from (Issue #1400)
51306fa
unverified
ai-at-home
AI @ Home
bobqianic
commited on
binding : Expose the audio_ctx param through the Go binding (#1368)
8e7b807
unverified
README : fix typo (#1362)
d676563
unverified
jorismertz
commited on
docker : Add dockerfile for cublas (#1286)
75470cc
unverified
joecryptotoo
bobqianic
commited on
whisper : abort callback improvements (#1345)
776adfd
unverified
mkiol
commited on
cmake : Abort the build if a requested feature could not be configured (#1350)
fb91f57
unverified
Marcin Mielniczuk
commited on
cmake : Prefer pkg-config while looking for BLAS (#1349)
67693c8
unverified
Marcin Mielniczuk
commited on
models : add conversion scripts from HuggingFace models to CoreML (#1304)
756cd4b
unverified
whisper : add abort callback (#1335)
08ba486
unverified
mkiol
commited on