This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
whisper.cpp
Watch
1
Star
0
Fork
0
You've already forked whisper.cpp
mirror of
https://github.com/ggerganov/whisper.cpp.git
synced
2025-04-05 10:27:01 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
All Workflows
bindings-go.yml
bindings-ruby.yml
build.yml
docker.yml
examples-wasm.yml
examples.yml
Actor
All actors
ExternalVendorCode
Status
All status
success
failure
waiting
running
ruby : change homepage URI in Ruby gemspec (#3007)
#195
:
Commit
01985c22c0
pushed by
ExternalVendorCode
master
2025-04-05 10:27:02 +00:00
0s
tests : add script to benchmark whisper.cpp on LibriSpeech corpus (#2999)
#191
:
Commit
448f3d3b93
pushed by
ExternalVendorCode
master
2025-04-05 10:27:02 +00:00
0s
whisper.wasm : fix unknown language issue (#3000)
#186
:
Commit
77e0c86ab6
pushed by
ExternalVendorCode
master
2025-04-04 18:09:08 +00:00
0s
examples : add new sources
#183
:
Commit
eac1bc9c47
pushed by
ExternalVendorCode
master
2025-04-04 01:49:07 +00:00
0s
readme : update roadmap link
#178
:
Commit
2c502b3c00
pushed by
ExternalVendorCode
master
2025-04-03 09:29:06 +00:00
0s
tests : remove gh label test-whisper-cli-tiny-en (#2988)
#174
:
Commit
f31b404fcb
pushed by
ExternalVendorCode
master
2025-04-02 17:11:12 +00:00
0s
feat: add health check endpoint to server (#2968)
#172
:
Commit
88d13a17a7
pushed by
ExternalVendorCode
master
2025-04-01 12:50:41 +00:00
0s
whisper : remove unnecessary GGML_UNUSED macro (#2960)
#169
:
Commit
f92bd59951
pushed by
ExternalVendorCode
master
2025-03-31 08:06:33 +00:00
0s
sync : ggml
#166
:
Commit
6e7629b146
pushed by
ExternalVendorCode
master
2025-03-30 03:16:02 +00:00
0s
bindings.go : add DetectedLanguage to go bindings (#2947)
#161
:
Commit
de6b38c6d9
pushed by
ExternalVendorCode
master
2025-03-28 22:59:02 +00:00
0s
examples : support progress_callback API for addon.node (#2941)
#155
:
Commit
1279f0d0bc
pushed by
ExternalVendorCode
master
2025-03-28 14:48:56 +00:00
0s
xcf : fix visionOS build
#153
:
Commit
f28bf5d186
pushed by
ExternalVendorCode
master
2025-03-28 06:38:53 +00:00
0s
bindings-go : update Makefile to use cmake (#2952)
#148
:
Commit
206459a804
pushed by
ExternalVendorCode
master
2025-03-27 14:18:58 +00:00
0s
readme : add note about SDL2 (#2946)
#144
:
Commit
594a121f3e
pushed by
ExternalVendorCode
master
2025-03-26 21:58:53 +00:00
0s
whisper.android : add GGML_USE_CPU compile definition (#2945)
#142
:
Commit
996581c5e2
pushed by
ExternalVendorCode
master
2025-03-26 13:48:59 +00:00
0s
ci: fix SYCL build (#2943)
#140
:
Commit
bb9f68129f
pushed by
ExternalVendorCode
master
2025-03-25 21:37:55 +00:00
0s
examples : reduce initial memory to 512MB (#2939)
#138
:
Commit
30cf30ca82
pushed by
ExternalVendorCode
master
2025-03-25 13:27:52 +00:00
0s
ggml : add logging for native build options/vars (#2935)
#135
:
Commit
b82ac32a6c
pushed by
ExternalVendorCode
master
2025-03-24 21:15:19 +00:00
0s
ci : remove CMAKE_CUDA_ARCHITECTURES in windows-cublas (#2923)
#132
:
Commit
7fe4979f25
pushed by
ExternalVendorCode
master
2025-03-24 00:15:17 +00:00
0s
xcframework : add support for CoreML to ios/macOS (#2912)
#129
:
Commit
ca75449a92
pushed by
ExternalVendorCode
master
2025-03-21 21:15:19 +00:00
0s
ci : refactor cuda toolkit installation steps (#2902)
#126
:
Commit
e27fd6f0c0
pushed by
ExternalVendorCode
master
2025-03-20 15:15:18 +00:00
0s
whisper : fix compiler warnings in whisper.cpp (#2895)
#122
:
Commit
215990abde
pushed by
ExternalVendorCode
master
2025-03-19 10:35:30 +00:00
0s
whisper : enable compiler warnings for src (#2891)
#119
:
Commit
740bf7f6a1
pushed by
ExternalVendorCode
master
2025-03-18 18:15:46 +00:00
0s
examples : use xcframework in whisper.objc example (#2882)
#117
:
Commit
83b14c357c
pushed by
ExternalVendorCode
master
2025-03-18 10:06:01 +00:00
0s
whisper : add option to use system-installed GGML (#2887)
#115
:
Commit
60b481d881
pushed by
ExternalVendorCode
master
2025-03-17 17:45:36 +00:00
0s
examples : add GGML_USE_CPU=ON flag to whisper.objc (#2880)
#113
:
Commit
e0f3c9d4dd
pushed by
ExternalVendorCode
master
2025-03-15 21:15:18 +00:00
0s
ggml-ci: add run.sh (#2877)
#111
:
Commit
f11de0e73c
pushed by
ExternalVendorCode
master
2025-03-14 16:26:54 +00:00
0s
whisper: add xcframework build script (#2873)
#109
:
Commit
5bb1d58c6a
pushed by
ExternalVendorCode
master
2025-03-14 08:16:48 +00:00
0s
objc : fix build, tmp remove GPU support, use C++17
#107
:
Commit
7d14005717
pushed by
ExternalVendorCode
master
2025-03-11 20:23:56 +00:00
0s
common : fix audio loading by miniaudio (#2862)
#103
:
Commit
5b481a27a6
pushed by
ExternalVendorCode
master
2025-03-05 21:27:11 +00:00
0s
First
Previous
1
2
3
Next
Last