Merge branch 'master' into concedo_experimental

# Conflicts:
#	ggml.c
#	tests/test-quantize-fns.cpp
#	tests/test-quantize-perf.cpp
This commit is contained in:
Concedo 2024-01-30 23:57:06 +08:00
commit 8c22f109fa
15 changed files with 1784 additions and 301 deletions

View file

@ -379,6 +379,8 @@ int main(int argc, char ** argv) {
printf("testing %s ...\n", ggml_type_name(type));
}
ggml_quantize_init(type);
error_stats global_stats {};
for (const auto& kv_tensor : tensors) {