]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sync : whisper.cpp (whisper full GPU, fix warnings) (#606)
authorGeorgi Gerganov <redacted>
Sun, 12 Nov 2023 14:35:03 +0000 (16:35 +0200)
committerGitHub <redacted>
Sun, 12 Nov 2023 14:35:03 +0000 (16:35 +0200)
commit537e06c953beef1e6e3dfef778fadbbabfd015c1
tree5369ea725d809e52a6688423d40bf8279b5117df
parentba779f117ecc20f605df6f75dc7d92fb114bf17e
sync : whisper.cpp (whisper full GPU, fix warnings) (#606)

* sync : whisper.cpp (whisper full GPU, fix warnings)

ggml-ci

* ci : enable CUDA / Metal

ggml-ci

* cuda : fallback to CPU for mul mat ne03 != ne13 (fix SAM + CUDA)

ggml-ci
ci/run.sh
examples/common.h
examples/whisper/CMakeLists.txt
examples/whisper/main.cpp
examples/whisper/whisper.cpp
examples/whisper/whisper.h
src/ggml-cuda.cu
src/ggml-metal.h
src/ggml-metal.m
tests/test-conv1d.cpp
tests/test-conv2d.cpp