]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : ggml_type_name return "NONE" for invalid values (#9458)
authorYuri Khrustalev <redacted>
Sat, 14 Sep 2024 09:54:37 +0000 (05:54 -0400)
committerGitHub <redacted>
Sat, 14 Sep 2024 09:54:37 +0000 (12:54 +0300)
commit822b6322dea704110797a5671fc80ae39ee6ac97
treec176f3028d39290205595fee2d3617888e1e0ef8
parentdcdcee3a744f39714503ee2b19c49b7c7b6209c9
ggml : ggml_type_name return "NONE" for invalid values (#9458)

When running on Windows, the quantization utility attempts to print the types that are not set which leads to a crash.
ggml/src/ggml.c