]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
check for nans in imatrix and quantize (#7807)
authorslaren <redacted>
Fri, 7 Jun 2024 06:01:29 +0000 (08:01 +0200)
committerGitHub <redacted>
Fri, 7 Jun 2024 06:01:29 +0000 (09:01 +0300)
commitc9ee7118d5644dd3df70ea6878b36a9761616aab
tree96464f12935cf86174a4e47ba184236ee771905a
parentee459f40f65810a810151b24eba5b8bd174ceffe
check for nans in imatrix and quantize (#7807)

* imatrix : detect nan/inf values

* quantize : check imatrix for nan/inf values
examples/imatrix/imatrix.cpp
llama.cpp