]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
sync : ggml (#2001)
authorGeorgi Gerganov <redacted>
Wed, 27 Mar 2024 16:55:10 +0000 (18:55 +0200)
committerGitHub <redacted>
Wed, 27 Mar 2024 16:55:10 +0000 (18:55 +0200)
commit2948c740a2bf43190b8e3badb6f1e147f11f96d1
tree7b38cf34716de48a349738eb2f04a1f954a47d82
parent1558ec5a16cb2b2a0bf54815df1d41f83dc3815b
sync : ggml (#2001)

* sync : update scripts

* sync : ggml

* talk-llama : sync llama.cpp

* make : WHISPER_CUBLAS -> WHISPER_CUDA

* ci : try to fix sycl build

* talk-llama : fix make build
90 files changed:
.github/workflows/build.yml
CMakeLists.txt
Makefile
README.md
examples/common-ggml.cpp
examples/talk-llama/CMakeLists.txt
examples/talk-llama/llama.cpp
examples/talk-llama/llama.h
examples/talk-llama/unicode-data.cpp [new file with mode: 0644]
examples/talk-llama/unicode-data.h [new file with mode: 0644]
examples/talk-llama/unicode.cpp
examples/talk-llama/unicode.h
examples/wchess/CMakeLists.txt
extra/sync-ggml-am.sh
extra/sync-ggml.sh
extra/sync-llama.sh
ggml-alloc.c
ggml-backend-impl.h
ggml-backend.c
ggml-backend.h
ggml-common.h
ggml-cuda.cu
ggml-cuda.h
ggml-cuda/acc.cu [new file with mode: 0644]
ggml-cuda/acc.cuh [new file with mode: 0644]
ggml-cuda/alibi.cu [new file with mode: 0644]
ggml-cuda/alibi.cuh [new file with mode: 0644]
ggml-cuda/arange.cu [new file with mode: 0644]
ggml-cuda/arange.cuh [new file with mode: 0644]
ggml-cuda/argsort.cu [new file with mode: 0644]
ggml-cuda/argsort.cuh [new file with mode: 0644]
ggml-cuda/binbcast.cu [new file with mode: 0644]
ggml-cuda/binbcast.cuh [new file with mode: 0644]
ggml-cuda/clamp.cu [new file with mode: 0644]
ggml-cuda/clamp.cuh [new file with mode: 0644]
ggml-cuda/common.cuh [new file with mode: 0644]
ggml-cuda/concat.cu [new file with mode: 0644]
ggml-cuda/concat.cuh [new file with mode: 0644]
ggml-cuda/convert.cu [new file with mode: 0644]
ggml-cuda/convert.cuh [new file with mode: 0644]
ggml-cuda/cpy.cu [new file with mode: 0644]
ggml-cuda/cpy.cuh [new file with mode: 0644]
ggml-cuda/dequantize.cuh [new file with mode: 0644]
ggml-cuda/diagmask.cu [new file with mode: 0644]
ggml-cuda/diagmask.cuh [new file with mode: 0644]
ggml-cuda/dmmv.cu [new file with mode: 0644]
ggml-cuda/dmmv.cuh [new file with mode: 0644]
ggml-cuda/getrows.cu [new file with mode: 0644]
ggml-cuda/getrows.cuh [new file with mode: 0644]
ggml-cuda/im2col.cu [new file with mode: 0644]
ggml-cuda/im2col.cuh [new file with mode: 0644]
ggml-cuda/mmq.cu [new file with mode: 0644]
ggml-cuda/mmq.cuh [new file with mode: 0644]
ggml-cuda/mmvq.cu [new file with mode: 0644]
ggml-cuda/mmvq.cuh [new file with mode: 0644]
ggml-cuda/norm.cu [new file with mode: 0644]
ggml-cuda/norm.cuh [new file with mode: 0644]
ggml-cuda/pad.cu [new file with mode: 0644]
ggml-cuda/pad.cuh [new file with mode: 0644]
ggml-cuda/pool2d.cu [new file with mode: 0644]
ggml-cuda/pool2d.cuh [new file with mode: 0644]
ggml-cuda/quantize.cu [new file with mode: 0644]
ggml-cuda/quantize.cuh [new file with mode: 0644]
ggml-cuda/rope.cu [new file with mode: 0644]
ggml-cuda/rope.cuh [new file with mode: 0644]
ggml-cuda/scale.cu [new file with mode: 0644]
ggml-cuda/scale.cuh [new file with mode: 0644]
ggml-cuda/softmax.cu [new file with mode: 0644]
ggml-cuda/softmax.cuh [new file with mode: 0644]
ggml-cuda/sumrows.cu [new file with mode: 0644]
ggml-cuda/sumrows.cuh [new file with mode: 0644]
ggml-cuda/tsembd.cu [new file with mode: 0644]
ggml-cuda/tsembd.cuh [new file with mode: 0644]
ggml-cuda/unary.cu [new file with mode: 0644]
ggml-cuda/unary.cuh [new file with mode: 0644]
ggml-cuda/upscale.cu [new file with mode: 0644]
ggml-cuda/upscale.cuh [new file with mode: 0644]
ggml-cuda/vecdotq.cuh [new file with mode: 0644]
ggml-kompute.cpp
ggml-metal.m
ggml-metal.metal
ggml-opencl.cpp
ggml-quants.c
ggml-quants.h
ggml-sycl.cpp
ggml-sycl.h
ggml-vulkan.cpp
ggml.c
ggml.h
whisper.cpp