Commit 2c46fe1
committed
Merge remote-tracking branch 'ggerganov/master'
* ggerganov/master: (335 commits)
server : add Voice Activity Detection (VAD) support (ggml-org#3246)
cli : fix short name conflict for vad options [no ci] (ggml-org#3247)
ruby : add .gitignore entries for ext directory (ggml-org#3245)
ci : update windows runner to windows-2022 (ggml-org#3242)
ruby : add cleaning of library names in dependencies (ggml-org#3241)
ggml : fix weak alias win32 (#0)
android : fix builds (#0)
sync : ggml
files : remove old sources (part 2)
sync : ggml
files : remove old sources
talk-llama : sync llama.cpp
sync : ggml
metal : use less stack memory in FA kernel (llama/14088)
ggml-cpu : split arch-specific implementations (llama/13892)
cuda : fix device sync on buffer clear (llama/14033)
CANN: Simplify the environment variable setting(#13104)
sycl: Add reorder to Q6_K mmvq implementation (llama/13885)
cuda : fix buffer type check with integrated GPUs (llama/14069)
SYCL: Implement few same quantized type copy kernels (llama/13739)
...File tree
401 files changed
+83363
-45872
lines changed- .devops
- .github/workflows
- bindings
- java
- src
- main/java/io/github/ggerganov/whispercpp
- test/java/io/github/ggerganov/whispercpp
- ruby
- ext
- lib/whisper
- model
- sig
- tests
- test
- jfk_reader
- examples
- addon.node
- __test__
- bench.wasm
- bench
- cli
- command.wasm
- command
- lsp
- quantize
- server
- stream.wasm
- stream
- talk-llama
- vad-speech-segments
- wchess
- wchess.cmd
- wchess.wasm
- whisper.android.java/app/src/main/jni/whisper
- whisper.android/lib/src/main/jni/whisper
- whisper.objc
- whisper.wasm
- ggml
- cmake
- include
- src
- ggml-blas
- ggml-cann
- ggml-cpu
- amx
- arch
- arm
- loongarch
- powerpc
- riscv
- s390
- wasm
- x86
- kleidiai
- llamafile
- ggml-cuda
- template-instances
- vendors
- ggml-hip
- ggml-metal
- ggml-musa
- ggml-opencl
- kernels
- ggml-rpc
- ggml-sycl
- ggml-vulkan
- cmake
- vulkan-shaders
- include
- models
- scripts
- src
- tests
- earnings21
- normalizers
- librispeech
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
401 files changed
+83363
-45872
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| 39 | + | |
40 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments