]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : fix buffer checks for mamba and rwk (#10111)
authorDiego Devesa <redacted>
Thu, 31 Oct 2024 21:54:23 +0000 (22:54 +0100)
committerGitHub <redacted>
Thu, 31 Oct 2024 21:54:23 +0000 (22:54 +0100)
commitc02e5ab2a675c8bc1abc8b1e4cb6a93b26bdcce7
treef52e947493d219aef2df8f52bd6f5a5ccbbb15ae
parentab3d71f97f5b2915a229099777af00d3eada1d24
llama : fix buffer checks for mamba and rwk (#10111)

* llama : fix buffer checks for mamba and rwk

* llama : fix missing worst case flag during reserve

* cuda : fix supports_op for norm

* disable sched SET_CAUSE
ggml/src/ggml-backend.cpp
ggml/src/ggml-cuda.cu
ggml/src/ggml.c
src/llama.cpp