]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
add some new ops, fix some operators and add batch operations to certain operators...
authorleejet <redacted>
Sun, 3 Mar 2024 12:23:52 +0000 (20:23 +0800)
committerGeorgi Gerganov <redacted>
Fri, 8 Mar 2024 09:38:31 +0000 (11:38 +0200)
commit8cee7c08b6b0ec8bd007f7e1b1243fc745e87c68
treea9b0dd3efa1db57c69a1334b2639ce3ce09d0285
parent2e2626b1677161d055531aa9b4d7172a148a7138
add some new ops, fix some operators and add batch operations to certain operators. (ggml/747)

* cuda: fix group_norm

* cuda: add batch inference support for ggml_pad/ggml_upscale

* add ggml_arrange

* add ggml_timestep_embedding

* update ggml_arange/ggml_timestep_embedding tests

* cuda: fix im2col

* add ggml_arange/ggml_timestep_embbeding support for metal backend

* fix some bugs

* fix some bugs

* Update ggml.h

Co-authored-by: Georgi Gerganov <redacted>
* Update ggml-cuda.cu

Co-authored-by: Georgi Gerganov <redacted>
* Update ggml-metal.m

Co-authored-by: Georgi Gerganov <redacted>
* Update ggml-metal.m

Co-authored-by: Georgi Gerganov <redacted>
* Update ggml-metal.metal

Co-authored-by: Georgi Gerganov <redacted>
* modify according to the review comments

* ggml : fix compile warnings + code style

* ggml : normalize compute_forward calls + fix seg fault in debug

* minor

---------

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: slaren <redacted>
ggml-cuda.cu
ggml-metal.m
ggml-metal.metal
ggml.c
ggml.h