Increase error type precision
This commit is contained in:
parent
f0f07bd6ba
commit
886536d80a
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue