Skip to content

Commit 439d97e

Browse files
committed
Merge tag 'v1.7.5'
* tag 'v1.7.5': (256 commits) release : v1.7.5 bench : update numbers [no ci] (ggml-org#2993) sync : ggml get_rows and dup optimization (llama/12671) opencl : fix memory allocation size (llama/12649) metal : use F32 prec in FA kernels (llama/12688) Fix clang warning in gguf_check_reserved_keys (llama/12686) vulkan: fix build when glslc doesn't support coopmat (llama/12683) SYCL: Rename oneMKL to oneMath (llama/12192) SYCL: switch to SYCL namespace (llama/12674) ggml : faster ssm scan (llama/10558) Vulkan: Add DP4A MMQ and Q8_1 quantization shader (llama/12135) cmake : fix whitespace (llama/0) tests : remove gh label test-whisper-cli-tiny-en (ggml-org#2988) examples : clarify Core ML encoder model usage [no ci] (ggml-org#2987) ci : remove intermediate build on push to master (ggml-org#2986) whisper.objc : fix typo in README.md [no ci] (ggml-org#2985) coreml: fix Whisper to CoreML conversion by disabling SDPA [no ci] (ggml-org#2979) ci : add coreml job that converts base.en to coreml [no ci] (ggml-org#2981) tests : re-enable tests [no ci] (ggml-org#2977) ...
2 parents 7d8873e + 51c6961 commit 439d97e

File tree

320 files changed

+130638
-21395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

320 files changed

+130638
-21395
lines changed

.github/workflows/bindings-ruby.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ on:
1919
- ggml/**/*.m
2020
- ggml/**/*.metal
2121
- scripts/get-flags.mk
22-
- examples/dr_wav.h
22+
- examples/common.h
23+
- examples/common.cpp
24+
- examples/common-whisper.h
25+
- examples/common-whisper.cpp
26+
- examples/stb_vorbis.c
27+
- examples/miniaudio.h
2328
pull_request:
2429
paths:
2530
- bindings/ruby/**
@@ -39,7 +44,12 @@ on:
3944
- ggml/**/*.m
4045
- ggml/**/*.metal
4146
- scripts/get-flags.mk
42-
- examples/dr_wav.h
47+
- examples/common.h
48+
- examples/common.cpp
49+
- examples/common-whisper.h
50+
- examples/common-whisper.cpp
51+
- examples/stb_vorbis.c
52+
- examples/miniaudio.h
4353

4454
jobs:
4555
ubuntu-22:

0 commit comments

Comments
 (0)