]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-alloc : allocate all leafs as if they were inputs (ggml/731)
authorslaren <redacted>
Mon, 12 Feb 2024 17:07:14 +0000 (18:07 +0100)
committerGeorgi Gerganov <redacted>
Mon, 12 Feb 2024 17:07:38 +0000 (19:07 +0200)
commit52c529eeb11fe8ac06efab2693448e61c6036c78
tree2b1a5977eae1a67822e2d777e8c94f93c4efe6ed
parent551529290d408ef5f6fc632d89b1a2e9ecb654ff
ggml-alloc : allocate all leafs as if they were inputs (ggml/731)

* ggml-alloc : allocate all leafs as if they were inputs

* ensure static leafs are allocated

* gpt-2-backend : remove unnecesary ggml_new_tensor

* update other gpt-2 examples to remove ggml_new_tensor calls in the graph
ggml-alloc.c