]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Wed, 23 Oct 2024 17:28:03 +0000 (20:28 +0300)
commitb327dbf54e7ea710b2c020ee00680a4082211921
tree3eb715d4dc2789253478c02ce63d39684702c8db
parentd406ddb970f68fec6305807f4e8e2535caed1af4
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
include/ggml-cann.h
src/ggml-backend.cpp
src/ggml-cann.cpp