Increase error type precision

This commit is contained in:
Ed Addario 2025-09-13 08:27:23 +01:00
parent f0f07bd6ba
commit 886536d80a
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ static std::unordered_map<std::string, ggml_type> target_bpw_type(
ggml_type type; ggml_type type;
float bpw; float bpw;
size_t bytes; size_t bytes;
float error; double error;
}; };
struct tensor_info { struct tensor_info {