]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Adapt to dynamically loadable backends mechanism (llama/9970)
authorleo-pony <redacted>
Tue, 22 Oct 2024 08:16:01 +0000 (16:16 +0800)
committerGeorgi Gerganov <redacted>
Fri, 1 Nov 2024 08:19:05 +0000 (10:19 +0200)
commit13db492f83bc3cdad3b34d1e24f029da73f77545
treeaf4977721edf32c5fce2e8b1bd137290787f67d8
parent741c138aa1586335120b5115b6f09ca496a6da6c
Adapt to dynamically loadable backends mechanism (llama/9970)

* [CANN] Adapt to dynamically loadable backends mechanism

* Fix the Bug: inference running result is garbled in debug running model for LM models who's type is Q4_0 class

* Handle the review comments of this pull request
ggml/include/ggml-cann.h
ggml/src/ggml-backend.cpp
ggml/src/ggml-cann.cpp